mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 13:59:36 -07:00
Add router hosting
This commit is contained in:
@@ -11,6 +11,13 @@
|
|||||||
classname="bd-partner-sponsor"
|
classname="bd-partner-sponsor"
|
||||||
%}
|
%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<div class="bd-partner-sponsor is-text">
|
||||||
|
<span>
|
||||||
|
and
|
||||||
|
<br>
|
||||||
|
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,14 @@
|
|||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
margin-right: 1rem
|
margin-right: 1rem
|
||||||
min-height: $carbon-height + $carbon-poweredby-height
|
// min-height: $carbon-height + $carbon-poweredby-height
|
||||||
|
min-height: 80px
|
||||||
|
text-align: center
|
||||||
|
&.is-text
|
||||||
|
color: $text-light
|
||||||
|
font-size: 0.75em
|
||||||
|
line-height: 1.25
|
||||||
|
min-height: 0
|
||||||
|
|
||||||
.bd-partnrs
|
.bd-partnrs
|
||||||
background-color: $white-bis
|
background-color: $white-bis
|
||||||
@@ -95,4 +102,5 @@ $bd-partnrs-4: 1130px
|
|||||||
.bd-partner
|
.bd-partner
|
||||||
&.bd-is-carbon
|
&.bd-is-carbon
|
||||||
margin-left: 3rem
|
margin-left: 3rem
|
||||||
|
.bd-partner-sponsors
|
||||||
|
min-height: $carbon-height + $carbon-poweredby-height
|
||||||
|
|||||||
@@ -14176,7 +14176,15 @@ svg {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
min-height: 120px;
|
min-height: 80px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bd-partner-sponsor.is-text {
|
||||||
|
color: #7a7a7a;
|
||||||
|
font-size: 0.75em;
|
||||||
|
line-height: 1.25;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-partnrs {
|
.bd-partnrs {
|
||||||
@@ -14263,6 +14271,9 @@ svg {
|
|||||||
.bd-partner.bd-is-carbon {
|
.bd-partner.bd-is-carbon {
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
}
|
}
|
||||||
|
.bd-partner-sponsors {
|
||||||
|
min-height: 120px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes fadeIn {
|
@-webkit-keyframes fadeIn {
|
||||||
|
|||||||
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user