File tree Expand file tree Collapse file tree 1 file changed +36
-5
lines changed Expand file tree Collapse file tree 1 file changed +36
-5
lines changed Original file line number Diff line number Diff line change 16
16
--hero-color : black;
17
17
}
18
18
19
+ .compose-input {
20
+ width : 80vw ;
21
+ height : 60vh ;
22
+ border : 1px solid # 444 ;
23
+ border-radius : 5px ;
24
+ }
19
25
.featured {
20
26
margin-top : 10px ;
21
27
}
22
-
28
+ .compose-actions {
29
+ width : 800px ;
30
+ }
23
31
.read-more {
24
32
float : right;
25
33
color : # 444 ;
33
41
color : white;
34
42
background : # 444 ;
35
43
}
36
-
44
+ .publish-btn {
45
+ color : white;
46
+ background : # 444 ;
47
+ border : 1px solid white;
48
+ outline : none;
49
+ padding : 4px 20px ;
50
+ }
51
+ .publish-btn : hover {
52
+ color : # 444 ;
53
+ background : white;
54
+ border : 1px solid white;
55
+ }
37
56
.partners {
38
57
/* background:#f2f2f2; */
39
58
height : 50px ;
45
64
margin-top : 10vh ;
46
65
margin-left : 110px ;
47
66
}
48
-
67
+ .compose-container {
68
+ margin-top : 20vh ;
69
+ }
49
70
# partner-logo {
50
71
height : 40px ;
51
72
cursor : pointer;
67
88
color : black;
68
89
/* font-weight: bold; */
69
90
}
70
-
91
+ .compose-hero {
92
+ text-transform : capitalize;
93
+ font-size : 2em ;
94
+ font-weight : bold;
95
+ padding-bottom : 20px ;
96
+ }
71
97
.latest-posts-hero {
72
98
font-weight : bold;
73
99
/* margin-bottom: -5vh ; */
@@ -711,7 +737,12 @@ li span:hover:after {
711
737
.legal {
712
738
display : none;
713
739
}
714
-
740
+ .compose-input {
741
+ width : 86vw ;
742
+ }
743
+ .publish-btn {
744
+ padding : 10px 30px ;
745
+ }
715
746
.nav-items {
716
747
width : 0 ;
717
748
height : 0 ;
You can’t perform that action at this time.
0 commit comments