mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
Merge pull request #271 from cmbuckley/dev
Support .grid + small in forms
This commit is contained in:
commit
010dc5594d
1 changed files with 10 additions and 4 deletions
|
@ -328,7 +328,13 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Helper
|
// Helper
|
||||||
:where(input, select, textarea) {
|
$inputs: "input, select, textarea";
|
||||||
|
|
||||||
|
@if ($enable-classes and $enable-grid) {
|
||||||
|
$inputs: $inputs + ", .grid";
|
||||||
|
}
|
||||||
|
|
||||||
|
:where(#{$inputs}) {
|
||||||
+ small {
|
+ small {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue