</div>
</div>
- <div class="intro-carbon">
- {% include carbon.html %}
+ <div class="intro-columns is-partners">
+ <div class="intro-column is-sponsor">
+ {% include sponsor.html %}
+ </div>
+ <div class="intro-column is-carbon">
+ {% include carbon.html %}
+ </div>
</div>
</div>
</div>
}
.textarea[rows] {
- height: unset;
+ height: initial;
}
.textarea.has-fixed-size {
}
.select select[multiple] {
- height: unset;
+ height: initial;
padding: 0;
}
.dropdown.is-up .dropdown-menu {
bottom: 100%;
padding-bottom: 4px;
- padding-top: unset;
+ padding-top: initial;
top: auto;
}
top: 0;
}
-html.has-navbar-fixed-top {
+html.has-navbar-fixed-top,
+body.has-navbar-fixed-top {
padding-top: 3.25rem;
}
-html.has-navbar-fixed-bottom {
+html.has-navbar-fixed-bottom,
+body.has-navbar-fixed-bottom {
padding-bottom: 3.25rem;
}
@media screen and (max-width: 1023px) {
.intro-column.is-video,
- .intro-carbon {
+ .intro-column.is-carbon {
margin-top: 3rem;
}
+ .intro-columns.is-partners {
+ margin-top: 6rem;
+ }
}
@media screen and (min-width: 1024px) {
-ms-flex-pack: center;
justify-content: center;
}
+ .intro-columns.is-partners {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ margin-top: 3rem;
+ }
.intro-column {
width: calc(50% - 1.5rem);
}
- .intro-column.is-content {
+ .intro-column.is-content, .intro-column.is-sponsor {
margin-right: 1.5rem;
}
- .intro-column.is-video {
+ .intro-column.is-video, .intro-column.is-carbon {
margin-left: 1.5rem;
}
- .intro-content {
+ .intro-content,
+ .bd-sponsor {
max-width: 440px;
}
.intro-title {
.intro-title:not(:last-child) {
margin-bottom: 20px;
}
- .intro-carbon {
- margin-top: 3rem;
- }
}
#grid .notification {
width: 150px;
}
+.bd-sponsor {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
+
+.bd-sponsor-title {
+ font-size: 0.75rem;
+ margin-bottom: 1em;
+ opacity: 0.5;
+}
+
+.bd-sponsor-list {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+}
+
+.bd-sponsor-list a {
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ width: 200px;
+}
+
/*# sourceMappingURL=bulma-docs.css.map */
\ No newline at end of file