formatting
This commit is contained in:
parent
e8408dd2c0
commit
99f0f7cdec
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
@import "./_variables"
|
@import "./_variables"
|
||||||
|
|
||||||
|
|
||||||
.button
|
.button
|
||||||
color: $text-dark-buttons
|
color: $text-dark-buttons
|
||||||
background: $background-dark-buttons
|
background: $background-dark-buttons
|
||||||
border: none
|
border: none
|
||||||
&[data-theme="light"]
|
&[data-theme="light"]
|
||||||
background: $background-light-buttons
|
background: $background-light-buttons
|
||||||
color: $text-light-buttons
|
color: $text-light-buttons
|
||||||
|
|
Loading…
Add table
Reference in a new issue