update(docs): styling of sidebar and header

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>

update(docs): target server generation

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-06 15:42:05 +01:00
parent ea7db92b6e
commit 412a84a898
6 changed files with 46 additions and 66 deletions
+2 -40
View File
@@ -1,4 +1,3 @@
#root,
#__nuxt {
text-transform: uppercase;
font-family: 'JetBrains Mono', monospace;
@@ -11,8 +10,8 @@
html,
body,
#root,
#__nuxt {
position: relative;
margin: 0;
height: 100%;
color: #111;
@@ -22,10 +21,6 @@ body,
background-image: url('./polygon-scatter.svg');
}
#__nuxt {
position: relative;
}
.backround-img {
background-position: center;
background-size: cover;
@@ -33,29 +28,6 @@ body,
background-image: url('./polygon-scatter.svg');
}
#root {
display: flex;
flex-direction: column;
}
header {
font-weight: 700;
}
.logo {
text-decoration: none;
display: block;
line-height: 1;
}
header a:hover {
color: #c9c9c9;
}
header select {
margin-left: 1em;
}
.overview-example__add {
display: none;
}
@@ -93,18 +65,8 @@ header select {
}
}
.edgebutton {
border-radius: 999px;
cursor: pointer;
}
.edgebutton:hover {
box-shadow: 0 0 0 2px pink , 0 0 0 4px #f05f75;
}
#vue-flow-docs {
display: flex;
margin:0;
background: #fff;
@apply flex m-0 bg-white h-full;
}
.button {