|
|
@@ -89,7 +89,7 @@ body label.form-label {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
-body input[type=checkbox]:checked {
|
|
|
+body input[type="checkbox"]:checked {
|
|
|
-webkit-appearance: none;
|
|
|
background-color: #0c6197 !important;
|
|
|
border-radius: 2px;
|
|
|
@@ -108,7 +108,11 @@ body .fc-event.festivity .fc-event-title-container {
|
|
|
margin-top: 9px;
|
|
|
}
|
|
|
|
|
|
-@media (max-width: 1024px) {
|
|
|
+body input[type="checkbox"] + label.form-label {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 1024px) {
|
|
|
body .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button {
|
|
|
font-size: 14px;
|
|
|
}
|