forked from tykayn/funky-framadate-front
remove some debug info
This commit is contained in:
parent
a438bdff6c
commit
77cc54f2fc
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -53,7 +53,7 @@
|
||||
.legend {
|
||||
font-size: 14px;
|
||||
margin-left: 14px;
|
||||
color: $dark-lavender;
|
||||
color: $primary-light;
|
||||
}
|
||||
|
||||
.legend_first {
|
||||
|
@ -7,7 +7,11 @@ html {
|
||||
main {
|
||||
min-height: 90vh;
|
||||
}
|
||||
|
||||
.min-height {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
min-height: 50vh;
|
||||
}
|
||||
.content {
|
||||
padding: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user