twbs--bootstrap/docs/assets/scss/_ads.scss

65 lines
1.2 KiB
SCSS
Raw Normal View History

//
// Carbon ads
//
.carbonad {
width: auto !important;
height: auto !important;
padding: 1.25rem !important;
2015-08-18 04:08:07 +00:00
margin: 2rem ($grid-gutter-width * -1) -2rem !important;
overflow: hidden; // clearfix
font-family: inherit !important;
2016-01-04 02:27:54 +00:00
font-size: .8rem !important;
line-height: 1rem !important;
2015-08-06 06:26:10 +00:00
color: $bd-purple-light !important;
text-align: left;
2015-11-30 02:41:08 +00:00
background: darken($bd-purple, 10%) !important;
border: 0 !important;
}
.carbonad-img {
margin: 0 !important;
}
.carbonad-text,
.carbonad-tag {
display: block !important;
float: none !important;
width: auto !important;
height: auto !important;
margin-left: 145px !important;
2015-08-06 06:26:10 +00:00
font-family: inherit !important;
}
.carbonad-text {
padding-top: 0 !important;
}
.carbonad-tag {
color: inherit !important;
text-align: left !important;
}
.carbonad-text a,
.carbonad-tag a {
2015-08-19 02:56:28 +00:00
color: $bd-purple-light !important;
&:hover {
2015-08-06 06:26:10 +00:00
color: #fff !important;
}
}
@include media-breakpoint-up(sm) {
.carbonad {
width: 330px !important;
padding: 1rem !important;
margin-right: auto !important;
margin-left: auto !important;
border-radius: .25rem;
}
}
@include media-breakpoint-up(md) {
}