0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00
Bootstrap/docs/assets/less/ads.less

47 lines
781 B
Plaintext
Raw Normal View History

2017-11-26 03:06:34 +01:00
/* stylelint-disable selector-max-id, declaration-no-important */
2017-07-03 00:09:46 +02:00
#carbonads {
display: block;
padding: 15px 15px 15px 160px;
margin: 50px -15px -30px;
2017-07-03 00:09:46 +02:00
overflow: hidden;
font-size: 13px;
line-height: 1.5;
text-align: left;
border: solid #866ab3;
border-width: 1px 0 0;
a {
color: #fff;
text-decoration: none;
}
@media (min-width: @screen-sm-min) {
max-width: 330px;
margin: 50px auto 0;
border-width: 1px;
border-radius: 4px;
}
2017-07-04 22:07:32 +02:00
@media (min-width: @screen-md-min) {
2017-07-03 00:09:46 +02:00
position: absolute;
top: 0;
right: 15px;
margin-top: 0;
.bs-docs-masthead & {
2017-07-03 00:09:46 +02:00
position: static;
}
}
}
.carbon-img {
float: left;
margin-left: -145px;
}
.carbon-poweredby {
display: block;
color: #cdbfe3 !important;
}