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

Changed lab gaps and colors

This commit is contained in:
Fedor Katurov 2021-03-30 17:49:17 +07:00
parent 19449f13b4
commit 330fdcf444
8 changed files with 53 additions and 9 deletions

View file

@ -11,13 +11,14 @@
.comments, .like {
flex: 0;
font: $font_14_semibold;
font: $font_16_semibold;
color: darken(white, 50%);
fill: currentColor;
stroke: none;
column-gap: $gap / 2 !important;
column-gap: $gap !important;
align-items: center;
justify-content: center;
padding-left: $gap;
&.active {
color: $red;