1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-01 23:56:41 +07:00

added lab node layout (sample)

This commit is contained in:
Fedor Katurov 2021-03-12 13:56:23 +07:00
parent 18ec220a4e
commit 3aa2d4f609
18 changed files with 218 additions and 38 deletions
src/components/node/NodePanelInner

View file

@ -31,8 +31,6 @@
.wrap {
display: flex;
align-items: center;
justify-content: stretch;
position: relative;
width: 100%;
flex-direction: row;
@ -88,7 +86,7 @@
@include tablet {
white-space: nowrap;
padding-bottom: 0;
font: $font_20_semibold;
font: $font_16_semibold;
}
}