mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
change header style
This commit is contained in:
parent
82e7ff579a
commit
5504bf2ba2
|
|
@ -80,10 +80,11 @@
|
|||
|
||||
.menu-span::after {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
content: '';
|
||||
margin-left: 5px;
|
||||
border-width: 4px 2px;
|
||||
border: solid transparent;
|
||||
margin-top: 10px;
|
||||
border: 4px solid transparent;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
|
||||
|
|
@ -170,10 +171,11 @@
|
|||
|
||||
span::after {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
content: '';
|
||||
margin-left: 5px;
|
||||
border-width: 4px 2px;
|
||||
border: solid transparent;
|
||||
margin-top: 6px;
|
||||
border: 4px solid transparent;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue