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

added saga for boris load stats

This commit is contained in:
Fedor Katurov 2020-06-08 14:01:20 +07:00
parent f8b2b3707b
commit 29c3b8a26f
8 changed files with 83 additions and 7 deletions

View file

@ -6,10 +6,9 @@
}
.content {
flex: 4;
flex: 3;
z-index: 2;
border-radius: $radius 0 0 $radius;
// flex: 0 1 $limited_width;
border-radius: $radius;
padding: 0;
background: $node_bg;
box-shadow: inset transparentize(mix($wisegreen, white, 60%), 0.6) 0 1px;
@ -117,6 +116,7 @@
z-index: 2;
align-self: stretch;
flex-direction: column;
padding-top: 10px;
&__container {
background: darken($content_bg, 4%);
@ -132,7 +132,6 @@
text-transform: uppercase;
opacity: 0.3;
margin-top: 16px !important;
display: none;
}
&__about {