Added a border-shadow on cards in nhsys template
This commit is contained in:
parent
5ad91457e3
commit
f634e55aac
@ -32,6 +32,20 @@
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
border: 0 !important;
|
||||
box-shadow: 4px 3px 8px 1px #969696;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0{
|
||||
/* border-radius: 0 !important; */
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0.start{
|
||||
/* border-radius: 0 .50em ; */
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0.end{
|
||||
/* border-radius: 0; */
|
||||
}
|
||||
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body{
|
||||
@ -42,7 +56,7 @@
|
||||
background-color: #004ec1;
|
||||
width: 42%;
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: 10px;
|
||||
border-radius: .75em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@ -54,12 +68,16 @@
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
}
|
||||
#data div.tab-content.container-fluid div.card.w-100.border-0 div.card-body div.card.card-content-center img {
|
||||
width: 80%;
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
#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;
|
||||
width: 42%;
|
||||
border: 2px solid #dee2e6;
|
||||
border-radius: 10px;
|
||||
border-radius: .75em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user