Skip to content

Commit

Permalink
fix: lint style
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Dec 31, 2019
1 parent 857fc6e commit 88eebc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/theme/template/Home/Banner/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
button {
height: auto;
padding: 8px 24px;
color: @home-color;
font-size: 14px;
border-color: @home-color;
color: @home-color;

&:hover {
color: tint(@home-color, 20%);
border-color: tint(@home-color, 20%);
}

&.ant-btn-primary {
background: @home-color;
color: #fff;
background: @home-color;

&:hover {
background-color: tint(@home-color, 20%);
Expand Down
4 changes: 2 additions & 2 deletions site/theme/template/Home/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
}

.home-link-arrow {
margin-left: 0.3em;
position: relative;
margin-left: 0.3em;
font-size: 0.85em;
transition: all 0.2s;
opacity: 0.75;
transition: all 0.2s;
}

a:hover .home-link-arrow {
Expand Down

0 comments on commit 88eebc5

Please sign in to comment.