mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
33 lines
488 B
SCSS
33 lines
488 B
SCSS
@import "src/styles/variables.scss";
|
|
|
|
.wrap {
|
|
min-width: 0;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.star {
|
|
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;
|
|
}
|