mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 03:13:47 +00:00
15 lines
239 B
SCSS
15 lines
239 B
SCSS
.title {
|
|
font-size: 1.75rem;
|
|
font-weight: 600;
|
|
color: $ui-white;
|
|
line-height: 1;
|
|
@include ellipsis-overflow;
|
|
}
|
|
|
|
.description {
|
|
font-size: 1rem;
|
|
color: $secondary-text-gray;
|
|
font-weight: 400;
|
|
@include ellipsis-overflow;
|
|
}
|