Lot of visual improvements.

This commit is contained in:
2022-03-05 00:10:02 +01:00
parent efa34e30be
commit 5ad34da8f7
7 changed files with 44 additions and 22 deletions

View File

@@ -45,11 +45,21 @@ button {
border-color: rgb(53, 53, 53);
}
.icon {
width: 2rem;
height: 2rem;
min-width: 2rem;
min-height: 2rem;
padding: 0;
&.icon {
width: 2rem;
height: 2rem;
min-width: 1rem;
min-height: 1rem;
padding: 0;
background-color: inherit;
}
&.raised {
background-color: #4a4a4a;
}
&.alert {
background: #F93154;
color: #fff;
}
}