1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

Merge branch 'develop' into table-margin

This commit is contained in:
Trezy
2018-12-09 10:18:00 -06:00
committed by GitHub
3 changed files with 28 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
.input {
.input,
.textarea {
@mixin border-style($border, $outline) {
outline-color: $outline;
// prettier-ignore
@@ -31,7 +32,8 @@
> label {
display: block;
}
.input {
.input,
.textarea {
display: block;
}
@@ -47,7 +49,8 @@
text-align: right;
}
.input {
.input,
.textarea {
flex-basis: 0;
flex-grow: 5;
}