1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

comment date

This commit is contained in:
Fedor Katurov 2019-10-15 14:49:06 +07:00
parent caeb464bb2
commit 6ebdd62f67
2 changed files with 11 additions and 3 deletions

View file

@ -6,6 +6,9 @@
display: flex;
align-items: flex-start;
justify-content: flex-start;
position: relative;
padding-bottom: 10px;
box-sizing: border-box;
&:first-child {
border-top-right-radius: $radius;
@ -41,7 +44,7 @@
right: 0;
font: $font_12_regular;
color: transparentize($color: white, $amount: 0.8);
padding: 2px 4px;
padding: 4px 6px 4px 4px;
border-radius: 0 0 $radius 0;
}