hexo-theme-stellar/source/css/_common/button.styl

23 lines
370 B
Stylus
Raw Normal View History

2021-03-05 21:37:28 +08:00
button
border: none
font-weight: 500
outline: none
disable-select()
cursor: pointer
a.button
font-weight: 500
line-height: 1
padding: 0.75rem 2rem
border-radius: 3px
trans1: background
font-size: $fs-15
&.theme
background: $color-theme
2021-08-28 13:08:32 +08:00
color: var(--site-bg)
2021-03-05 21:37:28 +08:00
&:hover
background: $color-hover
a[onclick]:hover
cursor: pointer