mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 07:44:50 +00:00
12 lines
211 B
SCSS
12 lines
211 B
SCSS
|
%toggle-button {
|
||
|
border-radius: $radius-small;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
%toggle-button:hover,
|
||
|
%toggle-button:focus {
|
||
|
background-color: $ui-gray-050;
|
||
|
}
|
||
|
%toggle-button:active {
|
||
|
background-color: $ui-gray-100;
|
||
|
}
|