nginxconfig.io/resources/scss/_ads.scss

34 lines
445 B
SCSS
Raw Normal View History

2018-07-01 13:07:38 +00:00
.adsbygoogle-container {
overflow: hidden;
.adsbygoogle {
display: block;
position: relative;
background-color: #f8f8f8;
&[data-adsbygoogle-status="done"] {
background-color: transparent;
}
aside.sidebar & {
2018-08-19 21:17:07 +00:00
height: 300px;
max-height: 300px;
2018-07-01 13:07:38 +00:00
}
2018-11-18 11:41:47 +00:00
footer & {
height: 200px;
max-height: 200px;
}
}
footer & {
margin-bottom: 1rem;
2018-07-01 13:07:38 +00:00
}
.note {
text-align: center;
color: #444;
font-size: 0.6rem;
}
}