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:
parent
2027ec65af
commit
3b2e59e445
1 changed files with 3 additions and 1 deletions
|
@ -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%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue