Follow-ups due

This commit is contained in:
Naomi 2021-09-17 15:22:56 +02:00
parent 48e6ae4196
commit 5c20e83ed5
1 changed files with 33 additions and 0 deletions

View File

@ -123,3 +123,36 @@ table.views-table.views-view-table caption {
form.oc-organisation-relation-form tr:first-child {
display: none;
}
/* trav styling */
.site-branding {
margin-top: -2.20em !important;
}
.follow-up-due {
}
tr:nth-child(even) {
background-color: #fefefe;
}
.off {
background-color:black;
}
.field--type-entity-reference-revisions {
border-radius: 25px;
border: 2px solid #2A419A;
padding: 10px;
border-width: thin;
}
.follow-ups-due {
background-color: #FB8A4F;
}
.views-field-field-client-substatus {
font-weight: bold;
}