funky-framadate-front/src/styles/dev-utilities/_helpers.scss

21 lines
277 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
.text-ellipsis {
text-overflow: ellipsis;
max-width: 100%;
word-break: break-all;
overflow: hidden;
display: inline-block;
}
.clickable {
cursor: pointer;
}
.boxed-shadow {
background: $white;
box-shadow: $dark-lavender 0 0 10px;
}
.nobold {
font-weight: normal;
}