mirror of
https://github.com/status-im/consul.git
synced 2025-01-17 17:22:17 +00:00
7d89e519a2
UI to accompany the new ACLs APIs
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;
|
|
}
|