Files
NodeBB/public/less/admin/settings.less

19 lines
250 B
Plaintext
Raw Normal View History

2015-08-19 12:36:42 -04:00
.settings {
2015-08-19 12:37:48 -04:00
.row {
2015-08-19 14:46:40 -04:00
margin-bottom: 30px;
2015-08-19 13:27:30 -04:00
}
.section-content {
border-left: 3px solid @brand-primary;
ul {
list-style-type: none;
font-size: 16px;
padding-left: 20px;
}
}
2015-08-19 14:46:40 -04:00
[data-action="upload"][type="text"] {
width: 95%;
}
2015-08-19 12:36:42 -04:00
}