Files
NodeBB/public/scss/admin/settings.scss
2022-09-03 22:11:18 -04:00

36 lines
554 B
SCSS

.settings {
.section-content {
border-left: 3px solid $primary;
ul {
list-style-type: none;
font-size: 16px;
padding-left: 20px;
li:not(:last-child) {
margin-bottom: 5px;
}
a {
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
}
}
.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;
}
}
}