2017-10-02 23:34:56 -04:00
|
|
|
// stylelint-disable declaration-no-important, selector-max-id
|
2016-02-06 15:28:18 -05:00
|
|
|
|
2015-04-16 17:57:49 -04:00
|
|
|
//
|
|
|
|
// Carbon ads
|
|
|
|
//
|
|
|
|
|
2016-08-22 01:38:08 -04:00
|
|
|
#carbonads {
|
2017-08-08 00:35:43 -04:00
|
|
|
position: static;
|
2016-08-22 01:38:08 -04:00
|
|
|
display: block;
|
2017-08-08 00:35:43 -04:00
|
|
|
max-width: 400px;
|
2016-08-22 01:38:08 -04:00
|
|
|
padding: 15px 15px 15px 160px;
|
2017-08-08 00:35:43 -04:00
|
|
|
margin: 2rem 0;
|
2016-08-22 01:38:08 -04:00
|
|
|
overflow: hidden;
|
2019-02-07 17:32:05 -05:00
|
|
|
@include font-size(.8125rem);
|
2017-08-08 00:35:43 -04:00
|
|
|
line-height: 1.4;
|
2015-04-16 17:57:49 -04:00
|
|
|
text-align: left;
|
2017-10-22 17:00:00 -04:00
|
|
|
background-color: rgba(0, 0, 0, .05);
|
2015-06-09 18:22:57 -04:00
|
|
|
|
2016-08-22 01:38:08 -04:00
|
|
|
a {
|
2019-08-30 16:32:12 -04:00
|
|
|
color: $gray-800;
|
2016-08-22 01:38:08 -04:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-06-09 18:22:57 -04:00
|
|
|
|
2016-08-22 01:38:08 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
max-width: 330px;
|
2018-12-23 02:11:11 -05:00
|
|
|
@include border-radius(4px);
|
2016-08-22 01:38:08 -04:00
|
|
|
}
|
2015-04-16 17:57:49 -04:00
|
|
|
}
|
2015-06-09 18:22:57 -04:00
|
|
|
|
2016-08-22 01:38:08 -04:00
|
|
|
.carbon-img {
|
|
|
|
float: left;
|
|
|
|
margin-left: -145px;
|
2015-04-16 17:57:49 -04:00
|
|
|
}
|
2015-08-12 20:45:47 -04:00
|
|
|
|
2016-08-22 01:38:08 -04:00
|
|
|
.carbon-poweredby {
|
|
|
|
display: block;
|
2019-08-18 09:29:23 -04:00
|
|
|
margin-top: .75rem;
|
2019-08-30 16:32:12 -04:00
|
|
|
color: $gray-700 !important;
|
2016-09-06 01:41:10 -04:00
|
|
|
}
|