mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-24 17:14:28 +01:00
33 lines
360 B
CSS
Executable File
33 lines
360 B
CSS
Executable File
.list-unstyled {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list-unstyled li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.list-inline li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.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;
|
|
}
|