mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
update home button style
This commit is contained in:
parent
0613a1b065
commit
109d72ea70
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user