update home button style

This commit is contained in:
afc163 2016-11-22 14:53:35 +08:00
parent 0613a1b065
commit 109d72ea70

View File

@ -9,7 +9,7 @@
.list-point { .list-point {
width: 6px; width: 6px;
height: 6px; height: 6px;
background: #00AAEE; background: #0ae;
border-radius: @border-radius-base; border-radius: @border-radius-base;
float: left; float: left;
margin: 4px auto; margin: 4px auto;
@ -70,8 +70,8 @@
height: 40px; height: 40px;
padding: 0 16px; padding: 0 16px;
border-radius: @border-radius-base; border-radius: @border-radius-base;
border: 1px solid @primary-color; border: 1px solid #0ae;
color: @primary-color; color: #0ae;
font-size: 15px; font-size: 15px;
background: transparent; background: transparent;
transition: box-shadow .45s ease-out; transition: box-shadow .45s ease-out;
@ -80,7 +80,7 @@
margin-left: 8px; margin-left: 8px;
} }
> a:hover { > a:hover {
box-shadow: 0 0 10px @primary-color; box-shadow: 0 0 10px #0ae;
} }
} }