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