forms add-ons
This commit is contained in:
parent
4308dc1d19
commit
c74d2ce220
2 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,7 @@ input[type="url"],
|
||||||
input[type="week"],
|
input[type="week"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
|
white-space: nowrap;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
color: $color-base;
|
color: $color-base;
|
||||||
|
@ -75,6 +76,7 @@ textarea {
|
||||||
min-height: 5em;
|
min-height: 5em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 'x' appears on right of search input when text is entered. This removes it */
|
/* 'x' appears on right of search input when text is entered. This removes it */
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
@import "components/tables.scss"; // data tables consistency
|
@import "components/tables.scss"; // data tables consistency
|
||||||
@import "components/forms.scss"; // forms consistency and styles
|
@import "components/forms.scss"; // forms consistency and styles
|
||||||
@import "components/buttons.scss"; // buttons styles
|
@import "components/buttons.scss"; // buttons styles
|
||||||
@import "components/badges.scss"; // badges styls
|
@import "components/badges.scss"; // badges styles
|
||||||
@import "components/alerts.scss"; // alerts styles
|
@import "components/alerts.scss"; // alerts styles
|
||||||
@import "components/grillade.scss"; // grids
|
@import "components/grillade.scss"; // grids
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue