mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Add underscore sass
This commit is contained in:
22
docs/_sass/specific.sass
Normal file
22
docs/_sass/specific.sass
Normal file
@@ -0,0 +1,22 @@
|
||||
#images
|
||||
tr
|
||||
td:nth-child(2)
|
||||
width: 320px
|
||||
|
||||
.color
|
||||
border-radius: 2px
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1)
|
||||
display: inline-block
|
||||
float: left
|
||||
height: 24px
|
||||
margin-right: 8px
|
||||
width: 24px
|
||||
|
||||
.button.is-rss
|
||||
background-color: #f26522
|
||||
border-color: transparent
|
||||
color: #fff
|
||||
&:hover
|
||||
background-color: darken(#f26522, 5%)
|
||||
&:active
|
||||
background-color: darken(#f26522, 10%)
|
||||
Reference in New Issue
Block a user