last changes

This commit is contained in:
2023-08-15 12:48:43 +00:00
parent c29765dd09
commit c9135d03cf
17 changed files with 138 additions and 72 deletions

View File

@@ -23,9 +23,12 @@
align-items: center;
color: @font-color-secondary;
padding: 5px;
height: 30px;
height: 20px;
@media @tablet {
height: 30px;
}
border-radius: 15px;
font-size: 0.7rem;
font-size: min(2.2vw, 11px);
transition: width 0.5s ease-in;
background-color: transparent;
border: 2px solid @bg-color;