Files
c-cms-legacy/resources/theme/material-dashboard/assets/scss/material-dashboard/cards/_card-pricing.scss
2019-08-14 15:29:37 -04:00

115 lines
2.2 KiB
SCSS
Vendored

.card-pricing{
&:after{
background-color: rgba(0, 0, 0, 0.7) !important;
}
text-align: center;
.card-title{
margin-top: 30px;
}
.card-body{
padding: 15px !important;
margin: 0 !important;
}
.card-icon{
padding: 10px 0 0px;
i{
font-size: 55px;
border: 1px solid #E5E5E5;
border-radius: 50%;
width: 130px;
line-height: 130px;
height: 130px;
color: $black-color;
}
&.icon-primary i{
color: $brand-primary;
}
&.icon-info i{
color: $brand-info;
}
&.icon-success i{
color: $brand-success;
}
&.icon-warning i{
color: $brand-warning;
}
&.icon-danger i{
color: $brand-danger;
}
&.icon-rose i{
color: $brand-rose;
}
&.icon-white i{
color: $white-color;
}
}
h1{
small{
font-size: 18px;
display: inline-flex;
height: 0;
&:first-child{
position: relative;
top: -17px;
font-size: 26px;
}
}
}
ul{
list-style: none;
padding: 0;
max-width: 240px;
margin: 10px auto;
li{
color: $gray-color;
text-align: center;
padding: 12px 0;
border-bottom: 1px solid rgba($gray-color,.3);
&:last-child{
border: 0;
}
b{
color: $black-color;
}
i{
top: 6px;
position: relative;
}
}
}
&.card-background,
&[class*="bg-"]{
ul{
li{
color: $white-color;
border-color: rgba($white-color,.3);
b{
color: $white-color;
font-weight: 700;
}
}
}
[class*="text-"],
.card-category{
color: $white-color !important;
}
}
.card-footer{
z-index: 2;
}
}