add example-configs and form on peering/new

This commit is contained in:
lare 2022-11-21 19:41:28 +01:00
parent 33e49bc0b6
commit a04d17e766
5 changed files with 118 additions and 19 deletions

View file

@ -24,6 +24,7 @@ a {
width: 100%;
height: calc(100% - 55px);
margin: auto;
padding-bottom: 50px;
}
.content>* {
padding: 5%;
@ -54,4 +55,20 @@ footer {
}
footer.flex {
flex-direction: row;
}
.example-config {
background-color: white;
padding: 1%;
}
.example-config > div{
border-color: var(--other-background);
border-radius: 10px;
padding: 10px;
border-style: groove;
}
form > div > * {
margin: 10px;
}