bulma/docs/_sass/sponsors.sass

112 lines
1.9 KiB
Sass
Raw Normal View History

2017-12-04 13:11:09 +00:00
.bd-sponsors
align-items: center
display: flex
a
align-items: center
display: flex
justify-content: center
2017-12-09 15:28:43 +00:00
margin-right: 3rem
2017-12-04 13:11:09 +00:00
width: 150px
2018-02-14 23:00:19 +00:00
2019-07-18 08:56:18 +00:00
.bd-partnrs-list
margin: -3rem 0 3rem
2018-04-10 11:04:10 +00:00
.bd-partner-sponsors
2018-02-14 23:00:19 +00:00
align-items: center
display: flex
2018-04-02 22:29:59 +00:00
flex-wrap: wrap
2018-04-10 11:04:10 +00:00
justify-content: space-between
2018-12-03 20:30:20 +00:00
justify-content: space-around
2019-07-18 08:56:18 +00:00
margin: 0 auto
2019-09-01 23:53:07 +00:00
max-width: 80rem
2018-09-05 12:29:08 +00:00
.bd-partner-sponsor
align-items: center
display: flex
justify-content: center
2019-07-18 08:56:18 +00:00
margin: 0.25rem 1rem
2019-07-05 08:46:24 +00:00
// 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
2018-04-10 11:04:10 +00:00
2018-12-05 08:39:03 +00:00
.bd-partnrs
2018-04-10 11:04:10 +00:00
background-color: $white-bis
#carbonads
.carbon-text
padding-bottom: 0
.carbon-poweredby
display: none
2018-04-02 22:29:59 +00:00
2018-04-10 11:04:10 +00:00
.bd-partner-title
color: $grey-light
font-size: 0.875rem
margin-bottom: 1rem
2019-04-07 18:20:46 +00:00
.bd-minis
margin-top: 1rem
text-align: center
.bd-minis-title
@extend .bd-partner-title
@extend %center
.bd-minis-link
@extend %center
color: $grey
.icon
margin-right: 0.25em
strong
color: $grey
margin-left: 0.25em
.bd-minis-list
align-items: center
display: flex
justify-content: space-between
margin: -1rem
.bd-mini
@extend %center
box-shadow: 0 5px 10px rgba(black, 0.1)
margin: 1rem
img
display: block
2018-12-05 08:39:03 +00:00
$bd-partnrs-3: 1040px
$bd-partnrs-4: 1130px
2018-05-30 08:23:03 +00:00
2019-04-07 18:20:46 +00:00
+mobile
.bd-minis-list
flex-direction: column
2018-04-10 11:04:10 +00:00
+tablet
2018-12-05 08:39:03 +00:00
.bd-partnrs-list
2018-04-10 11:04:10 +00:00
align-items: flex-start
display: flex
2018-04-10 21:38:00 +00:00
margin-left: auto
margin-right: auto
2018-04-10 11:04:10 +00:00
.bd-partner
&.bd-is-sponsor
flex-grow: 1
flex-shrink: 1
&.bd-is-carbon
flex-grow: 0
flex-shrink: 0
2018-09-05 13:43:45 +00:00
margin-left: 1rem
2018-04-10 11:04:10 +00:00
width: $carbon-width
2018-09-05 13:43:45 +00:00
+widescreen
2019-05-21 15:29:35 +00:00
.bd-partnrs
.container
max-width: 1536px
2018-09-05 13:43:45 +00:00
.bd-partner
&.bd-is-carbon
margin-left: 3rem
2019-07-05 08:46:24 +00:00
.bd-partner-sponsors
min-height: $carbon-height + $carbon-poweredby-height