You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
649 B
46 lines
649 B
6 months ago
|
uni-navigator {
|
||
|
height: auto;
|
||
|
width: auto;
|
||
|
display: block;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
uni-navigator[hidden] {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.navigator-hover {
|
||
|
background-color: rgba(0, 0, 0, 0.1);
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
|
||
|
.navigator-wrap {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.navigator-wrap:link {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.navigator-wrap:visited {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.navigator-wrap:hover {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.navigator-wrap:active {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
cursor: pointer;
|
||
|
}
|