Nhsys template enhancement

This commit is contained in:
Rooty 2021-04-16 22:20:36 +02:00
parent de7efbd770
commit 6c2fba01c9

View File

@ -58,11 +58,16 @@
} }
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b { #data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b {
background-color: #004ec1; background-color: #eb695c;
width: 42%; width: 42%;
border: 2px solid #dee2e6; border: 2px solid #dee2e6;
border-radius: .75em; border-radius: .75em;
float: left; float: left;
background-image: url("media/cadre1.svg");
background-position: center;
background-size: cover;
/* background-repeat: no-repeat; */
/* background-attachment: fixed; */
} }
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center { #data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center {
@ -79,11 +84,16 @@
} }
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r { #data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-body div.card.card-content-half-r {
background-color: #eb695c; background-color: #254360;
width: 42%; width: 42%;
border: 2px solid #dee2e6; border: 2px solid #dee2e6;
border-radius: .75em; border-radius: .75em;
float: right; float: right;
background-image: url("media/cadre1.svg");
background-position: center;
background-size: cover;
/* background-repeat: no-repeat; */
/* background-attachment: fixed; */
} }
#data span.input-group-addon i, #data span.input-group-addon i,