1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/common/common.scss

17 lines
231 B
SCSS
Raw Normal View History

.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.divider {
margin: 0;
border-color: rgba(0,0,0,.12);
}
@media (max-width: 960px) {
.hideLt960 {
display: none;
}
}