mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
update hint style
This commit is contained in:
parent
7fd451ee46
commit
a55a6161ea
@ -162,15 +162,16 @@ a.logo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.global-hint {
|
.global-hint {
|
||||||
float: left;
|
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-left: 80px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 4px 10px;
|
padding: 5px 14px 6px;
|
||||||
margin-top: 26px;
|
margin-top: 0;
|
||||||
border-radius: 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
box-shadow: 0 0 3px #ddd;
|
box-shadow: 0 1px 3px #ddd;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
|
Loading…
Reference in New Issue
Block a user