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

returned styling back

This commit is contained in:
Fedor Katurov 2020-06-08 16:21:13 +07:00
parent 2027ec65af
commit 3b2e59e445

View file

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