mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 05:03:55 +08:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
// Active button icon color
|
|
|
|
.button {
|
|
&.active {
|
|
i.icon {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|