mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
17 lines
No EOL
194 B
SCSS
17 lines
No EOL
194 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;
|
|
} |