Skip to content

Commit

Permalink
temp: variable repalce
Browse files Browse the repository at this point in the history
  • Loading branch information
tao1991123 committed Jan 11, 2019
1 parent ec3be16 commit 4cd549a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
margin: 20px 0;
}
.description {
font-size: 16px;
font-size: $font-size-subhead;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@
color: #999;
}
.submitBtn {
font-size: 16px;
font-size: $font-size-subhead;
height: 40px;
line-height: 40px;
background: $color-brand1-6;
border-radius: 4px;
}
.checkbox {
margin-left: 5px;
Expand Down Expand Up @@ -91,11 +90,11 @@
line-height: 38px;
input {
padding-left: 32px;
font-size: 13px;
font-size: $font-size-body-2;
}
}
.next-checkbox-label {
color: #999;
font-size: 13px;
font-size: $font-size-body-2;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
.blockTitle {
padding: 6px 0;
font-size: 16px;
font-size: $font-size-subhead;
}
.blockItem {
display: flex;
Expand Down

0 comments on commit 4cd549a

Please sign in to comment.