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 2020-04-19 17:46:51 +07:00
parent d6cb9bcb8e
commit ef261ca186
6 changed files with 71 additions and 87 deletions

View file

@ -8,21 +8,15 @@
.content {
flex: 3;
z-index: 2;
padding: $gap;
background: $content_bg;
border-radius: $radius;
flex: 0 1 $limited_width;
padding: 0;
background: $node_bg;
box-shadow: inset transparentize(mix($wisegreen, white, 60%), 0.6) 0 1px;
}
.column {
flex: 1;
background: $content_bg;
position: relative;
z-index: 2;
margin-right: $gap;
border-radius: $radius;
padding: $gap * 2;
display: none;
.grid {
padding: $gap;
}
.cover {
@ -33,7 +27,7 @@
width: 100%;
height: 100vh;
overflow: hidden;
background: 50% 0% no-repeat url("~/sprites/boris_bg.svg");
background: 50% 0% no-repeat url('~/sprites/boris_bg.svg');
background-size: cover;
}
@ -41,32 +35,6 @@
font-size: 2em;
}
.daygrid {
display: grid;
grid-template-columns: 1fr 100%;
column-gap: $gap;
align-items: center;
}
.day {
font-size: 2em;
font-weight: 600;
text-align: right;
}
.label {
font: $font_14_regular;
text-transform: uppercase;
margin-bottom: 5px;
opacity: 0.5;
grid-column: 1/3;
}
.line {
grid-column: 1/3;
height: $gap * 4;
}
.container {
display: flex;
align-items: flex-start;
@ -74,11 +42,6 @@
flex-direction: row;
flex: 0 1 $limited_width;
width: 100%;
// margin: auto;
// @include tablet {
// width: 100%;
// }
}
.image {