Add more distance for topics in agenda slide
Makes the projection of the agenda looks cleaner and more relaxed
This commit is contained in:
parent
f590994875
commit
33ba8c4628
@ -1,4 +1,4 @@
|
|||||||
<div *ngIf="data">
|
<div *ngIf="data" class="agenda-slide-wrapper">
|
||||||
<h1>{{ 'Agenda' | translate }}</h1>
|
<h1>{{ 'Agenda' | translate }}</h1>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
.item {
|
.agenda-slide-wrapper {
|
||||||
|
.item {
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
.mainitem {
|
|
||||||
font-size: 110%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subitem {
|
.item + .item {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mainitem {
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subitem {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user