bulma/docs/_sass/route.sass

30 lines
661 B
Sass
Raw Normal View History

2017-07-02 22:49:54 +00:00
html.route-index
.title.is-2
position: relative
.title.is-2 a
2017-10-08 15:16:05 +00:00
color: $text-strong
2017-07-02 22:49:54 +00:00
position: relative
.title.is-2 a:hover
2017-10-08 15:16:05 +00:00
color: $blue
2017-07-02 22:49:54 +00:00
.title.is-2 .icon.is-medium
2017-07-26 20:06:52 +00:00
left: -80px
opacity: 0.1
2017-07-02 22:49:54 +00:00
position: absolute
top: 10px
2017-07-26 20:06:52 +00:00
.fa
font-size: 56px
2017-07-02 22:49:54 +00:00
.hero .title.is-2 a
2017-10-08 15:16:05 +00:00
color: $white
2017-07-02 22:49:54 +00:00
.hero .title.is-2 a:hover
2017-10-08 15:16:05 +00:00
color: $white
2017-07-02 22:49:54 +00:00
.hero.is-primary a.column,
.hero.is-primary a.column:hover
2017-10-08 15:16:05 +00:00
color: $white
2017-07-02 22:49:54 +00:00
.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