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