60 lines
1.0 KiB
CSS
60 lines
1.0 KiB
CSS
/* You can add global styles to this file, and also import other style files */
|
|
@import "tailwindcss";
|
|
@plugin "tailwindcss-primeui";
|
|
@import "primeicons/primeicons.css";
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
/*padding-top: 5px; */
|
|
padding-right: 1rem;
|
|
padding-left: 1rem;
|
|
padding-bottom: 0.3rem;
|
|
background-color: var(--surface-b);
|
|
font-family: var(--font-family);
|
|
font-weight: 400;
|
|
color: var(--text-color);
|
|
|
|
}
|
|
.false-icon {
|
|
color: #c63737;
|
|
}
|
|
|
|
.true-icon {
|
|
color: #15961e;
|
|
}
|
|
|
|
.app-require {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
|
|
.validateStar {
|
|
color: red;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.p-datepicker table td>span {
|
|
width: 1rem !important;
|
|
height: 1rem !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.p-datepicker .p-timepicker>div {
|
|
height: 50px !important;
|
|
}
|
|
|
|
.p-datepicker .p-timepicker span {
|
|
font-size: 0.9rem !important;
|
|
}
|
|
|
|
.p-datatable .p-datatable-tbody>tr>td {
|
|
|
|
border: 1px solid #dee2e6;
|
|
border-width: 1px 0 0 0;
|
|
padding: 5px 5px !important;
|
|
} |