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:
parent
0286b6f1a5
commit
46c0cd7e6a
3 changed files with 10 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue