mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added stats column
This commit is contained in:
parent
3b2e59e445
commit
13ac60a1e6
1 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
.content {
|
||||
flex: 3;
|
||||
flex: 0 0 $limited_width; // drop this
|
||||
z-index: 2;
|
||||
border-radius: $radius;
|
||||
padding: 0;
|
||||
|
@ -83,7 +82,6 @@
|
|||
left: 50%;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
max-width: $limited_width;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
@ -118,7 +116,6 @@
|
|||
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