feat(demo): cleared code

This commit is contained in:
Sergey Filinsky 2020-09-21 16:16:55 +03:00
parent 6f0093f61b
commit 3d13bcb509
6 changed files with 78 additions and 90 deletions

View file

@ -5,7 +5,6 @@
height: 0;
position: relative;
padding-top: 80%; /* Aspect Ratio */
//background-color: transparentize(red, 0.8);
font-size: 0.9vw;
$subheader-color: nb-theme(text-hint-color);
@ -40,6 +39,12 @@
.json-container {
font-weight: bold;
nb-icon {
width: 0.75em;
height: 0.75em;
}
div {
margin: 0 1em;
}
@ -64,15 +69,6 @@
width: 40%;
}
.json-container {
width: fit-content;
nb-icon {
width: 0.75em;
height: 0.75em;
}
}
.backend-container {
width: 40%;
}
@ -82,7 +78,7 @@
}
.pad1 {
background-color: transparentize(nb-theme(background-basic-color-2), 0.5);
background-color: nb-theme(color-basic-transparent-100);
padding: 1em;
height: 100%;
}