10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
|
// Active button icon color
|
||
|
|
||
|
.button {
|
||
|
&.active {
|
||
|
i.icon {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
}
|
||
|
}
|