mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-09 19:57:49 +02:00
21 lines
240 B
SCSS
21 lines
240 B
SCSS
.spacer {
|
|
flex: 1 1 0;
|
|
}
|
|
|
|
.truncate {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.text-sm {
|
|
font-size: 0.7rem;
|
|
}
|
|
|
|
.text-gray-dark {
|
|
color: $gray-color-dark;
|
|
}
|
|
|
|
.align-baseline {
|
|
align-items: baseline;
|
|
} |