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 {

Ramesh Kumar
committed
}
.main-content {
margin-top:20px;
}
font-size: 14px;
}
#editor_holder {
padding: 0px 10px;

Ramesh Kumar
committed
}
.chips-readonly {
display: inline-block;
}

Ramesh Kumar
committed
.chips-readonly > ul {
border: none;

Ramesh Kumar
committed
}
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
.main-content .p-grid span {

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

Ramesh Kumar
committed
margin-bottom: 0px;
}
.p-chips-token .p-chips-token-label {
margin-bottom: 0px !important;
}

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;
}
.main-content .view-list .p-grid span {
margin-bottom: 0px;
}

Ramesh Kumar
committed
.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 {

Ramesh Kumar
committed
/* text-transform: capitalize; */
.p-multiselect-label {
margin-bottom: 0px;
}
.resource-input-grid div {
margin-bottom: 1rem;
}
.layout-main .fa,.far {
}
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;
}
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
.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);
}
}
div[data-schemapath='root.$schema'] {
display: none;
}
.app-header-menu ul li a span {
display: inline !important;
}
.numericAgGridField {
outline: none !important;
border: none !important;
.disableContainer {
pointer-events: none;
opacity: 0.7;
.workflow-header a span {
display: block !important;
height: auto !important;

Ramesh Kumar
committed
}
body > iframe {
display: none !important;
}
.observ_strategy_purpose {
padding-left: 0px;
width: 50%;
}
.observ_strategy_state {
float: right;
padding-left: 0px;
width: 45%;
margin-left: 10px;
}
.resource-input-grid {
display: flex;
flex-wrap: wrap;
}
.workflow-wrap {
flex-wrap: wrap;
Jörn Künsemöller
committed
}
.report-wrap {
flex-wrap: wrap;
}