Set the size of a textarea correctly
This commit is contained in:
parent
89a1e9566a
commit
f2aa009f6f
7 changed files with 12 additions and 3 deletions
5
resources/assets/sass/components/forms.scss
vendored
5
resources/assets/sass/components/forms.scss
vendored
|
@ -24,6 +24,11 @@ textarea {
|
|||
color: $base3;
|
||||
border: 1px solid $base3;
|
||||
border-radius: 4px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-size: 1.2em; //textarea doesn’t resize with the rest
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
|
3
resources/assets/sass/layout.scss
vendored
3
resources/assets/sass/layout.scss
vendored
|
@ -1,6 +1,5 @@
|
|||
//layout.scss
|
||||
|
||||
//boxes
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@ -33,6 +32,8 @@ nav {
|
|||
padding-left: 2em;
|
||||
}
|
||||
|
||||
// notes
|
||||
|
||||
.note {
|
||||
background-color: $base2;
|
||||
box-shadow: 0 0 10px 2px $base1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue