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

added stats column

This commit is contained in:
Fedor Katurov 2020-06-08 16:22:35 +07:00
parent 3b2e59e445
commit 13ac60a1e6

View file

@ -7,7 +7,6 @@
.content { .content {
flex: 3; flex: 3;
flex: 0 0 $limited_width; // drop this
z-index: 2; z-index: 2;
border-radius: $radius; border-radius: $radius;
padding: 0; padding: 0;
@ -83,7 +82,6 @@
left: 50%; left: 50%;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
max-width: $limited_width;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
@ -118,7 +116,6 @@
align-self: stretch; align-self: stretch;
flex-direction: column; flex-direction: column;
padding-top: 10px; padding-top: 10px;
display: none;
&__container { &__container {
background: darken($content_bg, 4%); background: darken($content_bg, 4%);