Fix some warnings from Sass, and add more to umami blug

This commit is contained in:
Michał Gdula 2024-11-08 14:44:40 +00:00
parent ec8ba60242
commit ca461f3a21
14 changed files with 152 additions and 129 deletions

View file

@ -1,3 +1,5 @@
@use "vars";
.certificate {
padding: 16px;
@ -5,10 +7,10 @@
position: relative;
border-radius: $radius;
border: 2px solid $gray;
background-color: $dark;
color: $light;
border-radius: vars.$radius;
border: 2px solid vars.$gray;
background-color: vars.$dark;
color: vars.$light;
overflow: hidden;
@ -42,7 +44,7 @@
margin: calc(16px - 4px) 0;
border: 0 solid transparent;
border-bottom: 2px solid $gray;
border-bottom: 2px solid vars.$gray;
}
> .pill-list {