mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 06:48:04 +00:00
Reamed btn-sm
class to button-small
This commit is contained in:
@ -100,17 +100,17 @@ select:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
.button-small {
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.btn-sm:hover {
|
||||
.button-small:hover {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.btn-sm:active {
|
||||
.button-small:active {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-sm svg {
|
||||
.button-small svg {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
vertical-align: bottom;
|
||||
|
Reference in New Issue
Block a user