mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
refactor: review overview styles
This commit is contained in:
committed by
Carlos Valente
parent
d34a1f0fd8
commit
15f3b9625c
@@ -1,10 +1,14 @@
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.75rem;
|
||||
font-weight: 600;
|
||||
color: $ui-white;
|
||||
line-height: 1;
|
||||
@include ellipsis-overflow;
|
||||
}
|
||||
|
||||
.description {
|
||||
font-size: 1rem;
|
||||
color: $label-gray;
|
||||
color: $secondary-text-gray;
|
||||
font-weight: 400;
|
||||
@include ellipsis-overflow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user