mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-16 14:47:14 +03:00
77 lines
1.3 KiB
SCSS
77 lines
1.3 KiB
SCSS
.cb {
|
|
background: none !important;
|
|
}
|
|
.cb div {
|
|
display: none;
|
|
}
|
|
|
|
.cb div:nth-child(2) {
|
|
display: block;
|
|
}
|
|
|
|
.cb {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
padding: 1.25rem !important;
|
|
margin: 2rem ($grid-gutter-width * -1) -2rem !important;
|
|
overflow: hidden; // clearfix
|
|
font-family: inherit !important;
|
|
font-size: .8rem !important;
|
|
line-height: 1rem !important;
|
|
color: $bd-purple-light !important;
|
|
text-align: left;
|
|
background: darken($bd-purple, 10%) !important;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.carbon-img {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.carbon-img img {
|
|
float: left;
|
|
}
|
|
|
|
.carbon-text,
|
|
.carbon-poweredby {
|
|
display: block !important;
|
|
float: none !important;
|
|
width: auto !important;
|
|
height: auto !important;
|
|
margin-left: 145px !important;
|
|
font-family: inherit !important;
|
|
}
|
|
|
|
.carbon-text,
|
|
.cb a {
|
|
padding-top: 0 !important;
|
|
margin-bottom: .5em !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.carbon-poweredby {
|
|
color: inherit !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.carbon-text,
|
|
.carbon-poweredby {
|
|
&:hover {
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
.cb {
|
|
width: 330px !important;
|
|
padding: 1rem !important;
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
border-radius: .25rem;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
}
|