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"
|
[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">
|
||||||
|
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user