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