1. Add global navigation at the left top position of the whole page 2. Update the right menu layout to adjust the global navigation 3. The global navigation show the extended menu in the console/user center/administrator Change-Id: Iee64af2821bd034e3818166308512d946e44cbe7
19 lines
208 B
Plaintext
19 lines
208 B
Plaintext
.item {
|
|
padding: 12px 24px;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
background-color: rgba(0, 0, 0, 5%);
|
|
}
|
|
}
|
|
|
|
.item-label {
|
|
display: block;
|
|
width: 100%;
|
|
color: #000;
|
|
|
|
&:hover {
|
|
color: #000;
|
|
}
|
|
}
|