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

refactored boris

This commit is contained in:
Fedor Katurov 2021-09-20 17:49:44 +07:00
parent 35ce593ed8
commit 4c74674ac1
10 changed files with 105 additions and 129 deletions

View file

@ -30,18 +30,13 @@
.thumbnail {
transform: scale(1.1);
}
.title {
//opacity: 0;
//transform: translate(-3px, 3px);
}
}
@include outer_shadow();
}
.text {
font: $font_18_regular;
line-height: 22px;
line-height: 23px;
background: transparentize($color: $content_bg, $amount: 0.3) url('../../../sprites/stripes.svg');
padding: $gap;
box-sizing: border-box;