Merge a duplicate rule

stable
David Barragán Merino 2014-07-31 10:59:12 +02:00
parent 0466836f2e
commit 341ba122d5
1 changed files with 1 additions and 3 deletions

View File

@ -104,9 +104,6 @@
} }
.us-content { .us-content {
textarea {
background: $white;
}
ul { ul {
margin-left: 1rem; margin-left: 1rem;
} }
@ -117,6 +114,7 @@
color: $green-taiga; color: $green-taiga;
} }
textarea { textarea {
background: $white;
height: 10rem; height: 10rem;
margin-bottom: 2rem; margin-bottom: 2rem;
} }