1
0
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:
2023-05-30 19:40:12 +02:00
parent 313153d01d
commit 6513eab608
7 changed files with 15 additions and 15 deletions

View File

@ -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;