mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
19 lines
250 B
Plaintext
19 lines
250 B
Plaintext
.settings {
|
|
.row {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.section-content {
|
|
border-left: 3px solid @brand-primary;
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
font-size: 16px;
|
|
padding-left: 20px;
|
|
}
|
|
}
|
|
|
|
[data-action="upload"][type="text"] {
|
|
width: 95%;
|
|
}
|
|
} |