Files
BeWoPlaner/BeWoPlanerMobil/Content/style.scss
Lyndon 9ffcf8ed62 Views in Partials aufgeteilt
Intervallfinder hinzugefügt
2022-02-10 11:06:03 +01:00

102 lines
2.1 KiB
SCSS

$theme-colors: ( "bewo-goal-rating": #0000ff,"bewo-dev": #00cf7c, "primary": #FF5A00, "bewo-customers": #3b7799, "bewo-service-records": #c80000, "bewo-calendar": #04b4d0, "bewo-is-about-to-expire": #FF0000, "bewo-expires-in-three-months": #FF9400, "bewo-group-booking": #f9e79f, "bewo-customer-card-header": #AB4A07, "bewo-employee": #45993B, "bewo-resource": #04B4D0, "bewo-task-red": #993B3B, "bewo-report": #995E3B);
.no-underline {
text-decoration: none !important
}
.doku-form-control {
border-radius: 0 0 .25rem .25rem !important;
border-top: none !important;
}
.transparent-icon {
color: transparent;
}
.signature-canvas {
width: 100%;
height: auto;
}
.stop-scrolling {
height: 100%;
overflow: hidden;
}
.canvas-container {
margin: 0 auto;
}
.appointment-header {
background-size: .25rem auto;
background-repeat: no-repeat;
background-position: right;
}
@media (min-width: 1px) {
.calendar-text, .appointment-text {
/*font-size: x-small !important;*/
}
.five-day-card {
width: 100% !important;
}
.seven-day-card {
width: 100% !important;
}
.week-view-show {
display: none !important;
}
}
@media (min-width: 576px) {
.calendar-text, .appointment-text {
/*font-size: small;*/
}
}
@media (min-width: 768px) {
.calendar-text {
/*font-size: small !important;*/
}
.appointment-text {
/*font-size: small !important;*/
}
.five-day-card {
width: 19% !important;
margin: 0 auto;
}
.seven-day-card {
width: 13% !important;
margin: 0 auto;
}
.week-view-show {
display: block !important;
}
}
@media(min-width: 1200px) {
.calendar-text {
/*font-size: medium !important;*/
}
}
@font-face {
font-family: "Signika Negative";
src: url("fonts/signika-negative.regular.ttf") format('truetype');
}
$font-family-sans-serif: 'Signika Negative', sans-serif;
.interval-finder-customer-text {}
// col-xxl 1200px und col-xxxl 1800px
@import "../node_modules/bootstrap/scss/bootstrap";