1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

fixed months passed label

This commit is contained in:
Fedor Katurov 2022-07-15 17:14:40 +07:00
parent 0286b6f1a5
commit 46c0cd7e6a
3 changed files with 10 additions and 17 deletions

View file

@ -1,13 +1,10 @@
@import "src/styles/variables";
.bar {
@include inner_shadow;
font: $font_12_regular;
color: darken(white, 50%);
background: $content_bg;
display: inline-flex;
padding: 1px 10px 3px;
border-radius: 12px;
color: darken(white, 70%);
user-select: none;
width: 100%;
text-align: center;
padding: 0 0 2px;
}