mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-06-18 05:29:20 +00:00
@ -12,7 +12,7 @@ button, a.button
|
||||
cursor: pointer
|
||||
color: #FFF
|
||||
background-color: $color
|
||||
border-radius: 5px
|
||||
border-radius: 10px
|
||||
border: none
|
||||
padding: 7px 14px
|
||||
transition-property: box-shadow, background-color
|
||||
@ -26,6 +26,12 @@ button, a.button
|
||||
line-height: 22px
|
||||
text-decoration: none
|
||||
box-sizing: border-box
|
||||
justify-content center
|
||||
|
||||
&.large
|
||||
padding 20px 25px
|
||||
text-transform uppercase
|
||||
font-size 20px
|
||||
|
||||
&:hover
|
||||
background-color: $hover
|
||||
|
Reference in New Issue
Block a user