79 lines
1.1 KiB
CSS
79 lines
1.1 KiB
CSS
.ui-datepicker{
|
|
z-index: 1100 !important;
|
|
}
|
|
|
|
:root {
|
|
--jumbotron-padding-y: 7.5rem;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding-top: var(--jumbotron-padding-y);
|
|
padding-bottom: var(--jumbotron-padding-y);
|
|
margin-bottom: 0;
|
|
background-color: #fff;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.jumbotron {
|
|
padding-top: calc(var(--jumbotron-padding-y) * 2);
|
|
padding-bottom: calc(var(--jumbotron-padding-y) * 2);
|
|
}
|
|
}
|
|
|
|
.jumbotron p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.jumbotron-heading {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.jumbotron .container {
|
|
max-width: 40rem;
|
|
}
|
|
.headerYSpace{
|
|
padding-bottom: var(--jumbotron-padding-y);
|
|
}
|
|
.mainContent{
|
|
|
|
}
|
|
|
|
.ui-button{
|
|
padding: 0;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
color: black;
|
|
outline: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.menuNavBar li{
|
|
display: inline-flex;
|
|
}
|
|
|
|
|
|
.customRadioBtnGroup .notActive{
|
|
color: #3276b1;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.dt-buttons{
|
|
display: inline;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.dataTableHeaderButtons{
|
|
border-radius: 2px;
|
|
padding: 2px 4px 2px 4px;
|
|
}
|
|
|
|
.dataTableRowButton{
|
|
margin-right: 3px;
|
|
}
|
|
|
|
textarea.orderItemComment{
|
|
width: 50em;
|
|
}
|