add example-configs and form on peering/new
This commit is contained in:
parent
33e49bc0b6
commit
a04d17e766
5 changed files with 118 additions and 19 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue