Mercurial > zeropaste
comparison app/assets/stylesheets/_new-paste.scss @ 387:6cd41974d4b0
Style up form error.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 10:30:14 +0900 |
parents | 2ad092e60975 |
children |
comparison
equal
deleted
inserted
replaced
386:bf9e350f8a2b | 387:6cd41974d4b0 |
---|---|
9 flex: 1 0 auto; | 9 flex: 1 0 auto; |
10 display: flex; | 10 display: flex; |
11 flex-direction: column; | 11 flex-direction: column; |
12 margin-bottom: $spacing; | 12 margin-bottom: $spacing; |
13 | 13 |
14 > * { | |
15 flex: 1 0 auto; | |
16 } | |
17 | |
14 textarea { | 18 textarea { |
15 flex: 1 0 auto; | |
16 resize: none; | 19 resize: none; |
20 width: 100%; | |
17 } | 21 } |
18 } | 22 } |
19 | 23 |
20 #paste-control { | 24 #paste-control { |
21 flex: none; | 25 flex: none; |