Commit ef55f20f authored by St19_Galla's avatar St19_Galla Committed by GitHub

now i finally understand scss variables

parent 3ff81296
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
float: left; float: left;
margin-right: 1rem; margin-right: 1rem;
border: 1px solid; border: 1px solid;
border-color: rgba(0,0,0,.2); border-color: $active-dark-gray;
border-radius: 3px; border-radius: 3px;
width: 1.25rem; width: 1.25rem;
height: 1.25rem; height: 1.25rem;
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
&:focus { &:focus {
transition: all .5s ease; transition: all .5s ease;
outline: none; outline: none;
box-shadow: 0 0 0 .25rem $active-gray; box-shadow: 0 0 0 .25rem $active-dark-gray;
} }
&:checked { &:checked {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment