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"
></p-calendar>
</div>
<div class="day-time">
<app-time-list></app-time-list>
</div>
<div class="debug">
<pre>{{ pollService.calendar | json }}</pre>
<pre>{{ 'calendar_widget' | translate }}</pre>
</div>
<!-- <div class="day-time">-->
<!-- <app-time-list></app-time-list>-->
<!-- </div>-->
<!-- <div class="debug">-->
<!-- <pre>{{ pollService.calendar | json }}</pre>-->
<!-- <pre>{{ 'calendar_widget' | translate }}</pre>-->
<!-- </div>-->
</div>
</div>
<div class="columns">

View File

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

View File

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

View File

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