mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
340 B
25 lines
340 B
.section {
|
|
margin-bottom: 2rem;
|
|
|
|
&:last-child {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.btn-status {
|
|
padding: 1rem;
|
|
padding-top: .75rem;
|
|
text-align: left;
|
|
}
|
|
|
|
h3 {
|
|
border-bottom: 1px solid $color-border;
|
|
margin-bottom: 1rem;
|
|
margin-top: 1rem;
|
|
padding-bottom: .5rem;
|
|
}
|
|
|
|
hr {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|