1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component/common/common.scss

25 lines
290 B
SCSS

.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fullwidth {
width: 100%;
}
.divider {
margin: 0;
border-color: rgba(0,0,0,.12);
}
.list {
margin: 0;
}
@media (max-width: 920px) {
.hideLt920 {
display: none;
}
}