mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Fixed Multiple SCSS-isms ended up inside plain .css
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
background: transparent;
|
||||
padding: 3px 0px;
|
||||
color: #FFF;
|
||||
border-color: rgba(#000, 0.3);
|
||||
border-color: rgba(0, 0, 0, 0.3);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
@@ -137,9 +137,9 @@
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: large;
|
||||
background: rgba(#000, 0.95);
|
||||
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
|
||||
border-radius: $border-radius;
|
||||
background: rgba(0, 0, 0, 0.95);
|
||||
box-shadow: inset 0px 5px rgba(10, 10, 10, 0.6), inset 0 -4px rgba(0, 0, 0, 0.6);
|
||||
border-radius: 0.375rem;
|
||||
transition: all 0.2s ease;
|
||||
z-index: 21;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user