nightTab/css/utilities.css

33 lines
360 B
CSS
Raw Normal View History

.list-unstyled {
padding-left: 0;
margin-bottom: 0;
2018-12-26 08:45:53 +01:00
}
.list-unstyled li {
list-style-type: none;
2018-12-26 08:45:53 +01:00
}
.list-inline li {
display: inline-block;
2018-12-26 08:45:53 +01:00
}
.small {
font-size: 0.8em;
}
.muted {
color: rgb(var(--gray-12));
}
.scroll-disabled {
overflow: hidden;
}
.scroll-x-disabled {
overflow-x: hidden;
}
.scroll-y-disabled {
overflow-y: hidden;
}