mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 16:02:09 +08:00
scss
This commit is contained in:
23
resources/scss/_ads.scss
Normal file
23
resources/scss/_ads.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.adsbygoogle-container {
|
||||
overflow: hidden;
|
||||
|
||||
.adsbygoogle {
|
||||
display: block;
|
||||
position: relative;
|
||||
background-color: #f8f8f8;
|
||||
|
||||
&[data-adsbygoogle-status="done"] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
aside.sidebar & {
|
||||
height: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
.note {
|
||||
text-align: center;
|
||||
color: #444;
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user