mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
update home button style
This commit is contained in:
parent
0613a1b065
commit
109d72ea70
@ -9,7 +9,7 @@
|
||||
.list-point {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background: #00AAEE;
|
||||
background: #0ae;
|
||||
border-radius: @border-radius-base;
|
||||
float: left;
|
||||
margin: 4px auto;
|
||||
@ -70,8 +70,8 @@
|
||||
height: 40px;
|
||||
padding: 0 16px;
|
||||
border-radius: @border-radius-base;
|
||||
border: 1px solid @primary-color;
|
||||
color: @primary-color;
|
||||
border: 1px solid #0ae;
|
||||
color: #0ae;
|
||||
font-size: 15px;
|
||||
background: transparent;
|
||||
transition: box-shadow .45s ease-out;
|
||||
@ -80,7 +80,7 @@
|
||||
margin-left: 8px;
|
||||
}
|
||||
> a:hover {
|
||||
box-shadow: 0 0 10px @primary-color;
|
||||
box-shadow: 0 0 10px #0ae;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user