45 lines
751 B
CSS
45 lines
751 B
CSS
a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.form-control {
|
|
background-color: #ffff;
|
|
}
|
|
|
|
.form-label {
|
|
font-size: 12px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
/* .dropify-message p {
|
|
font-size: 15px;
|
|
}
|
|
|
|
fieldset,
|
|
legend {
|
|
all: revert;
|
|
}
|
|
|
|
.dropify-wrapper {
|
|
height: 100px;
|
|
}
|
|
|
|
|
|
fieldset.scheduler-border {
|
|
border: 1px groove #ddd !important;
|
|
padding: 0 1.4em 1.4em 1.4em !important;
|
|
-webkit-box-shadow: 0px 0px 0px 0px #000;
|
|
box-shadow: 0px 0px 0px 0px #000;
|
|
}
|
|
|
|
legend.scheduler-border {
|
|
font-size: 1.2em !important;
|
|
font-weight: semibold !important;
|
|
text-align: left !important;
|
|
width: auto;
|
|
padding: 0 10px;
|
|
border-bottom: none;
|
|
margin-top: -15px;
|
|
background-color: white;
|
|
color: black;
|
|
} */ |