9 lines
227 B
Sass
9 lines
227 B
Sass
@import "./_variables"
|
|
|
|
.button
|
|
color: $text-dark-buttons
|
|
background: $background-dark-buttons
|
|
border: none
|
|
&[data-theme="light"]
|
|
background: $background-light-buttons
|
|
color: $text-light-buttons
|