Clearer tab select

correct padding in Alerts
Pressed button has inset shaddow
This commit is contained in:
Michał Gdula 2022-10-01 18:49:17 +00:00
parent 045ee3ff9f
commit 52da7d7899
5 changed files with 25 additions and 10 deletions

View file

@ -17,7 +17,7 @@
}
.alert {
padding: 0.85em;
padding: 0.85em 2.5em 0.85em 0.85em;
border: 1px solid $black;
@if $border-radius <= 0 {
border-radius: 3px;