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

35 lines
509 B
Plaintext
Raw Normal View History

2015-08-19 12:36:42 -04:00
.settings {
2017-08-24 14:25:09 -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%;
}
.bootstrap-tagsinput {
width: 100%;
border: 0;
box-shadow: none;
padding-left: 0;
input {
width: 100%;
margin-left: 1px;
margin-top: 9px;
border-bottom: 1px dotted #ccc !important;
padding-bottom: 5px;
padding-left: 0;
}
}
2015-08-19 12:36:42 -04:00
}