mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Add more Sass and CSS variables
This commit is contained in:
@@ -12,16 +12,6 @@ $textarea-colors: shared.$form-colors !default;
|
||||
%input-textarea {
|
||||
@extend %input;
|
||||
|
||||
@include cv.register-vars(
|
||||
(
|
||||
"input-h": #{cv.getVar("scheme-h")},
|
||||
"input-s": #{cv.getVar("scheme-s")},
|
||||
"input-border-style": solid,
|
||||
"input-border-width": 1px,
|
||||
"input-border-l": #{cv.getVar("border-l")},
|
||||
)
|
||||
);
|
||||
|
||||
box-shadow: shared.$input-shadow;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user