File tree 5 files changed +139
-140
lines changed
5 files changed +139
-140
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ section.cover {
11
11
}
12
12
13
13
& .has-mask .mask {
14
- position : absolute;
15
- size : 100% ;
16
14
background-color : $color - bg;
17
15
opacity: .8 ;
16
+ position : absolute;
17
+ size : 100% ;
18
18
}
19
19
20
20
.cover-main {
21
21
flex : 1 ;
22
- text-align : center;
23
22
margin : -20px 16px 0 ;
23
+ text-align : center;
24
24
z-index : 1 ;
25
25
}
26
26
@@ -34,65 +34,65 @@ section.cover {
34
34
}
35
35
36
36
p {
37
- margin : 1em 0 ;
38
37
line-height : 1.5rem ;
38
+ margin : 1em 0 ;
39
39
}
40
40
41
41
h1 {
42
- text-align : center ;
42
+ color : inherit ;
43
43
font-size : 2.5rem ;
44
- position : relative;
45
- margin : .625rem 0 2.5rem ;
46
44
font-weight : 300 ;
47
- color : inherit;
45
+ margin : .625rem 0 2.5rem ;
46
+ position : relative;
47
+ text-align : center;
48
48
49
49
a {
50
50
display : block;
51
51
}
52
52
53
53
small {
54
- position : absolute;
55
54
bottom : -.4375rem ;
56
55
font-size : 1rem ;
56
+ position : absolute;
57
57
}
58
58
}
59
59
60
60
blockquote {
61
- text-align : center;
62
61
font-size : 1.5rem ;
62
+ text-align : center;
63
63
}
64
64
65
65
ul {
66
- max-width : 500 px ;
66
+ line-height : 1.8 ;
67
67
list-style-type : none;
68
68
margin : 1em auto;
69
+ max-width : 500px ;
69
70
padding : 0 ;
70
- line-height : 1.8 ;
71
71
}
72
72
73
73
.cover-main > p : last-child a {
74
+ border-color : var (--theme-color , $color - primary);
74
75
border-radius : 2em ;
75
- border-width : 1px ;
76
76
border-style : solid;
77
- border-color : var ( --theme-color , $col or - primary) ;
77
+ border-width : 1 px ;
78
78
box-sizing : border-box;
79
79
color : var (--theme-color , $color - primary);
80
+ display : inline-block;
80
81
font-size : 1.05em ;
81
82
letter-spacing : 0.1em ;
83
+ margin-right : 1em ;
82
84
padding : 0.75em 2em ;
83
85
text-decoration : none;
84
86
transition : all 0.15s ease;
85
- margin-right : 1em ;
86
- display : inline-block;
87
87
88
88
& : last-child {
89
- margin-right : 0 ;
90
89
background-color : var (--theme-color , $color - primary);
91
90
color : # fff ;
91
+ margin-right : 0 ;
92
92
93
93
& : hover {
94
- opacity : .8 ;
95
94
color : inherit;
95
+ opacity : .8 ;
96
96
}
97
97
}
98
98
You can’t perform that action at this time.
0 commit comments