1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 16:46:41 +07:00

added boris lab image

This commit is contained in:
Fedor Katurov 2021-10-29 16:52:35 +07:00
parent 4ff1c08990
commit 3f16ab203e
6 changed files with 1390 additions and 760 deletions
src/components/lab/LabBanner

View file

@ -2,12 +2,14 @@
.wrap {
@include outer_shadow;
@include lab_gradient;
background: url('../../../sprites/boris_lab.svg') 50% 50% no-repeat;
background-size: cover;
display: flex;
align-items: flex-end;
align-items: flex-start;
justify-content: stretch;
min-height: $cell;
border-radius: $radius;
padding: $gap;
}
.title {
@ -18,8 +20,4 @@
.content {
font: $font_14_regular;
line-height: 19px;
strong {
font-weight: bold;
}
}