mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
537 B
32 lines
537 B
:host ::ng-deep {
|
|
.tui-full-calendar-weekday-schedule-bullet {
|
|
top: 10px !important;
|
|
}
|
|
|
|
.tui-full-calendar-time-schedule {
|
|
min-height: 22px;
|
|
}
|
|
|
|
.tui-full-calendar-time-schedule-content {
|
|
min-height: 22px !important;
|
|
}
|
|
}
|
|
|
|
.calendar {
|
|
@include absolute(-1px, 0, 0, 0);
|
|
}
|
|
|
|
.form-select {
|
|
display: inline-block;
|
|
white-space: normal;
|
|
width: auto;
|
|
}
|
|
|
|
.form-group-aligned {
|
|
align-items: center;
|
|
|
|
.col-form-label {
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
}
|
|
}
|