Skip to content

Commit 9b60b53

Browse files
committed
Fixed buttons padding and line-height
1 parent de0d7c1 commit 9b60b53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/css/common.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,17 @@ svg.logo {
143143
border: none;
144144
outline: 0;
145145
cursor: pointer;
146-
padding: 0 1.4rem 0;
146+
padding: 0.6rem 1.4rem;
147147
text-align: center;
148148
display: inline-block;
149149
min-height: 44px;
150150
white-space: pre-wrap;
151151
max-width: 100%;
152-
margin-bottom: 20px;
153152
}
154153

155154
.o-btn-action {
156155
z-index: 1;
157-
line-height: 45px;
156+
line-height: 1.2;
158157
font-weight: 900;
159158
text-transform: lowercase;
160159
}
@@ -169,6 +168,7 @@ svg.logo {
169168
.f-enter-desc {
170169
display: inline-block;
171170
margin-left: 0.6rem;
171+
margin-top: 0.6rem;
172172
}
173173

174174
.f-enter {

0 commit comments

Comments
 (0)