mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add CSS variables to form controls
This commit is contained in:
@@ -68,9 +68,9 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2)
|
||||
.pagination-next
|
||||
padding-left: 1em
|
||||
padding-right: 1em
|
||||
border-radius: var(--radius-rounded)
|
||||
border-radius: var(--radius-rounded, #{$radius-rounded})
|
||||
.pagination-link
|
||||
border-radius: var(--radius-rounded)
|
||||
border-radius: var(--radius-rounded, #{$radius-rounded})
|
||||
|
||||
.pagination,
|
||||
.pagination-list
|
||||
|
||||
Reference in New Issue
Block a user