Nhsys template enhancement
This commit is contained in:
parent
5374a73ff8
commit
c50bca1ea1
@ -31,6 +31,15 @@
|
||||
opacity: .90;
|
||||
}
|
||||
|
||||
#data ul.nav.container-fluid.nav-tabs li.nav-item.active a.nav-link.active{
|
||||
color: #eb695c;
|
||||
}
|
||||
|
||||
#data ul.nav.container-fluid.nav-tabs li.nav-item a.nav-link{
|
||||
color: #fff;
|
||||
padding: .2rem .5rem;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid,
|
||||
#data div.tab-content.container{
|
||||
padding-top: 0 !important;
|
||||
@ -47,16 +56,27 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0.start{
|
||||
#data div.tab-content.container-fluid div.card.w-100.start{
|
||||
/* border-radius: 0 .50em ; */
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0.end{
|
||||
#data div.tab-content.container-fluid div.card.w-100.end{
|
||||
/* border-radius: 0; */
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-header{
|
||||
padding-bottom: 0;
|
||||
padding-top: 6px;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100 div.card-header h3{
|
||||
color: #254360;
|
||||
font-weight: 750;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body{
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-half-b {
|
||||
@ -65,11 +85,9 @@
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: .75em;
|
||||
float: left;
|
||||
background-image: url("media/cadre1.svg");
|
||||
background-image: url("media/card_b_42.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 {
|
||||
@ -86,16 +104,18 @@
|
||||
}
|
||||
|
||||
#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: #254360;
|
||||
width: 42%;
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: .75em;
|
||||
float: right;
|
||||
background-image: url("media/cadre1.svg");
|
||||
background-color: #254360;
|
||||
width: 42%;
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: .75em;
|
||||
float: right;
|
||||
background-image: url("media/card_r_42.svg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
/* background-repeat: no-repeat; */
|
||||
/* background-attachment: fixed; */
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid.w-75 div.card.w-100.border-0 div.card-footer{
|
||||
padding: .50rem 0;
|
||||
}
|
||||
|
||||
#data span.input-group-addon i,
|
||||
|
Loading…
Reference in New Issue
Block a user