mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add index sponsor
This commit is contained in:
@@ -4,7 +4,6 @@ svg
|
||||
|
||||
$carbon-spacing: 1rem
|
||||
$carbon-shadow-size: 0.75rem
|
||||
$carbon-height: 100px
|
||||
$carbon-image-height: 100px
|
||||
$carbon-image-width: 130px
|
||||
$carbon-poweredby-height: 20px
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.bd-focus
|
||||
margin: 6rem auto 0
|
||||
max-width: 1080px
|
||||
max-width: $intro-width
|
||||
|
||||
.bd-focus-item
|
||||
.subtitle
|
||||
@@ -174,12 +174,6 @@
|
||||
&:hover
|
||||
opacity: 1
|
||||
|
||||
.intro-partners
|
||||
margin-top: 6rem
|
||||
|
||||
.intro-carbon
|
||||
margin-top: 0.5rem
|
||||
|
||||
+mobile
|
||||
.intro-buttons
|
||||
.button
|
||||
|
||||
@@ -8,28 +8,44 @@
|
||||
margin-right: 3rem
|
||||
width: 150px
|
||||
|
||||
.bd-sponsor
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
text-align: center
|
||||
|
||||
.bd-sponsor-title
|
||||
font-size: $size-small
|
||||
margin-bottom: 1em
|
||||
opacity: 0.5
|
||||
|
||||
.bd-sponsor-list
|
||||
.bd-partner-sponsors
|
||||
align-items: center
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
justify-content: center
|
||||
justify-content: space-between
|
||||
margin-bottom: -1rem
|
||||
a
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
margin: 1rem
|
||||
width: 160px
|
||||
img
|
||||
max-height: 60px
|
||||
width: auto
|
||||
margin: 0 1rem 1rem 0
|
||||
min-height: $carbon-height
|
||||
|
||||
.bd-partners
|
||||
background-color: $white-bis
|
||||
.container
|
||||
max-width: $intro-width
|
||||
#carbonads
|
||||
.carbon-text
|
||||
padding-bottom: 0
|
||||
.carbon-poweredby
|
||||
display: none
|
||||
|
||||
.bd-partner-title
|
||||
color: $grey-light
|
||||
font-size: 0.875rem
|
||||
margin-bottom: 1rem
|
||||
|
||||
+tablet
|
||||
.bd-partners-list
|
||||
align-items: flex-start
|
||||
display: flex
|
||||
.bd-partner
|
||||
&.bd-is-sponsor
|
||||
flex-grow: 1
|
||||
flex-shrink: 1
|
||||
&.bd-is-carbon
|
||||
flex-grow: 0
|
||||
flex-shrink: 0
|
||||
margin-left: ($main-spacing * 2)
|
||||
width: $carbon-width
|
||||
|
||||
Reference in New Issue
Block a user