Newer
Older
.App {
/* text-align: center; */
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #303d59;
height: 50px;
display: flex;
flex-direction: column;
/* align-items: center; */
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
padding-left: 10px;
}
.App-link {
color: #61dafb;
}

Ramesh Kumar
committed
label {
font-size: 14px;
font-weight: 600;
align-items: flex-start !important;
h2, .h2 {
font-size: 1.5rem;
}
h3, .h3 {
font-size: 1.25rem;
}

Ramesh Kumar
committed
h5, .h5 {
font-size: 15px !important;
}
font-size: 14px;
}
#editor_holder {
padding: 0px 10px;

Ramesh Kumar
committed
}
.chips-readonly > ul {
border: none;
}
p {
font-size: 14px;
}
.card {
border: none;
}
.card-title {
margin-bottom: 0.5rem;
}
.card-body {
padding: 0.25rem;
margin-bottom: 5px !important;
}
.form-group {
margin-bottom: 5px !important;
}
.btn-group {
margin-bottom: 5px;

Ramesh Kumar
committed
}

Ramesh Kumar
committed
.p-grid span {
margin-bottom: 10px;
}
.p-chips-token,.p-inputnumber span {

Ramesh Kumar
committed
margin-bottom: 0px;
}

Ramesh Kumar
committed
.p-field {
margin-bottom: 0.5rem;
}
.p-inputtext {
padding-top: 0.25em !important;
padding-bottom: 0.25em !important;
padding-left: 0.25em !important;
}
.act-btn-grp {
margin-top: 20px;
}

Ramesh Kumar
committed
.task-list {
padding-inline-start: 0px;
}
.task-list > li {
list-style: none;
}
.col-filter-btn {
margin-left: 15px;
padding-top: 5px;
cursor: pointer;
}
#editor_holder label {
text-transform: capitalize;
.p-multiselect-label {
margin-bottom: 0px;
}
.resource-input-grid div {
margin-bottom: 1rem;
}
}
thead {
background-color: #ebeaea;
}
.error {
color: #dc3545;
font-size: 80%;
font-weight: 400;
}

Ramesh Kumar
committed
.info {
color: #b4b2b2;
font-size: 80%;
font-weight: 400;
}
.input-error {
border-color: #dc3545 !important;
}

Ramesh Kumar
committed
.p-tooltip-custom .p-tooltip-text {
/* background-color: #49b0ff !important; */
}
.p-link:focus {
box-shadow: none !important;
}
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
.pi-primary {
color: #007ad9;
}
.pi-warning {
color: #ffba01;
}
.pi-success {
color: #34A835;
}
.pi-info {
color: #008fba;
}
.pi-error {
color: #e91224;
}
.pi-small {
font-size: rem !important;
}
.pi-medium {
font-size: 1.5rem !important;
}
.pi-large {
font-size: 2rem !important;
}
.pi-x-large {
font-size: 3rem !important;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}