File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 43
43
color : inherit;
44
44
}
45
45
46
- footer : before {
47
- content : '' ;
48
- position : absolute;
49
- left : 0 ;
50
- top : 0 ;
51
- width : 100% ;
52
- height : 100% ;
53
- background : -webkit-linear-gradient (top, # 008dd5, # 008dd5 100% );
54
- background : linear-gradient (to top, # 008dd5 0% , # 008dd5 100% );
55
- opacity : 0.95 ;
46
+ textarea {
47
+ resize : vertical;
56
48
}
57
49
58
50
.hidden {
Original file line number Diff line number Diff line change
1
+ footer : before {
2
+ content : '' ;
3
+ position : absolute;
4
+ left : 0 ;
5
+ top : 0 ;
6
+ width : 100% ;
7
+ height : 100% ;
8
+ background : -webkit-linear-gradient (top, # 008dd5, # 008dd5 100% );
9
+ background : linear-gradient (to top, # 008dd5 0% , # 008dd5 100% );
10
+ opacity : 0.95 ;
11
+ }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import './css/checkbox.css';
9
9
import './css/core.css' ;
10
10
import './css/dropdown.css' ;
11
11
import './css/flip-item.css' ;
12
+ import './css/footer.css' ;
12
13
import './css/menu-icon.css' ;
13
14
import './css/navbar.css' ;
14
15
import './css/overlay-content.css' ;
You can’t perform that action at this time.
0 commit comments