1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
Fedor Katurov 2021-03-22 15:56:35 +07:00
parent 9745b895f1
commit 11fd582453
23 changed files with 328 additions and 101 deletions

View file

@ -1,10 +1,34 @@
@import "~/styles/variables.scss";
.wrap {
margin-bottom: $gap;
min-width: 0;
text-decoration: none;
cursor: pointer;
}
.star {
fill: #2c2c2c;
fill: darken(white, 76%);
flex: 0 0 32px;
}
.title {
font: $font_18_semibold;
text-overflow: ellipsis;
line-height: 22px;
word-break: break-all;
color: darken(white, 40%);
@include clamp(2, 22px)
}
.description {
font: $font_10_regular;
color: darken(white, 50%);
padding-top: 4px;
}
.content {
padding: $gap / 2 0;
text-decoration: none;
}