mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Fix container
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
.bsa
|
||||
padding: 2rem
|
||||
|
||||
.bsa-cpc
|
||||
min-height: 1px
|
||||
|
||||
#_default_
|
||||
.default-ad
|
||||
background-color: $primary
|
||||
background-color: rgba(black, 0.3)
|
||||
border-radius: 2px
|
||||
color: $primary-invert
|
||||
color: $white
|
||||
display: inline-block
|
||||
font-size: 12px
|
||||
font-size: 10px
|
||||
font-weight: bold
|
||||
padding: 0 4px
|
||||
text-transform: uppercase
|
||||
vertical-align: top
|
||||
@@ -15,8 +19,9 @@
|
||||
background-color: $white
|
||||
border-radius: $radius-large
|
||||
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
|
||||
color: $text
|
||||
display: block
|
||||
line-height: 1.25
|
||||
line-height: 1.375
|
||||
margin-top: 15px
|
||||
padding: 15px
|
||||
padding-left: 70px
|
||||
@@ -44,6 +49,9 @@
|
||||
font-weight: $weight-bold
|
||||
|
||||
+tablet
|
||||
.bsa
|
||||
.columns
|
||||
min-height: 120px
|
||||
#_default_
|
||||
display: flex
|
||||
justify-content: center
|
||||
|
||||
36
docs/sass/route.sass
Normal file
36
docs/sass/route.sass
Normal file
@@ -0,0 +1,36 @@
|
||||
html.route-index
|
||||
.title.is-2
|
||||
position: relative
|
||||
|
||||
.title.is-2 a
|
||||
color: #242424
|
||||
padding-left: 48px
|
||||
position: relative
|
||||
|
||||
.title.is-2 a:hover
|
||||
color: #00d1b2
|
||||
|
||||
.title.is-2 .icon.is-medium
|
||||
left: 8px
|
||||
position: absolute
|
||||
top: 10px
|
||||
|
||||
.hero .title.is-2 a
|
||||
color: white
|
||||
|
||||
.hero .title.is-2 a:hover
|
||||
color: white
|
||||
|
||||
.hero.is-primary a.column,
|
||||
.hero.is-primary a.column:hover
|
||||
color: white
|
||||
|
||||
.hero.is-primary a.column:hover .title strong
|
||||
border-bottom: 1px solid
|
||||
|
||||
@media screen and (max-width: 979px)
|
||||
.title.is-2 a
|
||||
padding-left: 0
|
||||
|
||||
.title.is-2 .icon.is-medium
|
||||
display: none
|
||||
Reference in New Issue
Block a user