mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 19:24:17 +00:00
Add button styling to .input[type="submit"]
and .input[type="reset"]
Fixes #63.
This commit is contained in:
parent
aefb9f6308
commit
0c95bd2b3f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
@input-color: ~':where(input[type="color"])';
|
||||
@input-file: ~':where(input[type="file"])';
|
||||
@input-range: ~':where(input[type="range"])';
|
||||
@input-button: ~':where(input[type="button"], button)';
|
||||
@input-button: ~':where(input[type="button"], .input[type="submit"], .input[type="reset"], button)';
|
||||
|
||||
@form-flex: ~':where(.form-flex)';
|
||||
@form-flex-content: ~':where(.form-flex-content, p)';
|
||||
|
|
Loading…
Reference in a new issue