Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/scss/_ads.scss')
-rw-r--r--docs/assets/scss/_ads.scss43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/assets/scss/_ads.scss b/docs/assets/scss/_ads.scss
new file mode 100644
index 000000000..e084e20d7
--- /dev/null
+++ b/docs/assets/scss/_ads.scss
@@ -0,0 +1,43 @@
+#carbonads {
+ overflow: auto;
+ padding: .75rem;
+ background-color: rgba(0, 0, 0, 0.05);
+ border-radius: .25rem;
+}
+
+.carbon-img {
+ float: left;
+ margin-right: .75rem;
+
+ @media (min-width: 768px) {
+ margin-bottom: .5rem;
+ }
+
+ @media (min-width: 992px) {
+ margin-bottom: 0;
+ }
+}
+
+.carbon-text,
+.carbon-poweredby {
+ display: block;
+ color: #6c757d;
+
+ &:hover,
+ &:focus {
+ color: #343a40;
+ text-decoration: none;
+ }
+}
+
+.carbon-text {
+ margin-bottom: .5rem;
+
+ @media (min-width: 768px) {
+ font-size: .875rem;
+ }
+}
+
+.carbon-poweredby {
+ font-size: .875rem;
+}