mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
Feat/mac (#109)
* chore: upgrade dependencies * feat/mac: draft pipeline * feat/mac: use public folder for transient files * feat/mac: set app fullscreen * feat/mac: cmd + , toggles menu * feat/mac: update readme * refact: easier login process * refact prevent style issues with safari * refact reduce css download * style: cleanup paginator design * style: studio clock is responsive * style: fix spacing style issues with safari
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
@use '../../../styles/main' as *;
|
||||
|
||||
.label {
|
||||
@include card-label;
|
||||
}
|
||||
|
||||
.title,
|
||||
.subtitle,
|
||||
.presenter {
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
.title {
|
||||
@include card-title;
|
||||
font-size: 2.5vw;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.subtitle,
|
||||
.presenter {
|
||||
color: $subtitle-gray;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 1.5vw;
|
||||
font-weight: 200;
|
||||
margin-top: -0.8vh;
|
||||
}
|
||||
|
||||
.presenter {
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
||||
.title:after,
|
||||
.presenter:after,
|
||||
.subtitle:after {
|
||||
content: '\200b';
|
||||
}
|
||||
Reference in New Issue
Block a user