remove some debug info

This commit is contained in:
Tykayn 2021-11-08 10:34:59 +01:00 committed by tykayn
parent a438bdff6c
commit 77cc54f2fc
4 changed files with 14 additions and 10 deletions

View File

@ -79,13 +79,13 @@
[showWeek]="true" [showWeek]="true"
></p-calendar> ></p-calendar>
</div> </div>
<div class="day-time"> <!-- <div class="day-time">-->
<app-time-list></app-time-list> <!-- <app-time-list></app-time-list>-->
</div> <!-- </div>-->
<div class="debug"> <!-- <div class="debug">-->
<pre>{{ pollService.calendar | json }}</pre> <!-- <pre>{{ pollService.calendar | json }}</pre>-->
<pre>{{ 'calendar_widget' | translate }}</pre> <!-- <pre>{{ 'calendar_widget' | translate }}</pre>-->
</div> <!-- </div>-->
</div> </div>
</div> </div>
<div class="columns"> <div class="columns">

View File

@ -1,7 +1,7 @@
// Update Bulma's global variables // Update Bulma's global variables
$family-sans-serif: 'Nunito', sans-serif; $family-sans-serif: 'Nunito', sans-serif;
$primary: $dark-lavender; $primary: $primary_color;
$link: $wisteria; $link: $wisteria;
$widescreen-enabled: false; $widescreen-enabled: false;
$fullhd-enabled: false; $fullhd-enabled: false;

View File

@ -53,7 +53,7 @@
.legend { .legend {
font-size: 14px; font-size: 14px;
margin-left: 14px; margin-left: 14px;
color: $dark-lavender; color: $primary-light;
} }
.legend_first { .legend_first {

View File

@ -7,7 +7,11 @@ html {
main { main {
min-height: 90vh; min-height: 90vh;
} }
.min-height {
margin-top: 1em;
margin-bottom: 1em;
min-height: 50vh;
}
.content { .content {
padding: 1em; padding: 1em;
} }