2019-02-21 03:28:02 +08:00
|
|
|
.wrapper {
|
2019-03-08 03:00:01 +08:00
|
|
|
position: absolute;
|
2019-02-21 03:28:02 +08:00
|
|
|
left: 0;
|
2019-05-14 21:15:54 +08:00
|
|
|
right: auto;
|
2019-02-21 03:28:02 +08:00
|
|
|
background-color: var(--color-transparent);
|
|
|
|
cursor: pointer;
|
|
|
|
border: none !important;
|
2019-05-14 21:15:54 +08:00
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
}
|
2019-02-21 03:28:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
span, span:active, span:hover {
|
|
|
|
background-color: var(--color-transparent) !important;
|
|
|
|
border: none !important;
|
|
|
|
i {
|
|
|
|
border: none !important;
|
|
|
|
background-color: var(--color-transparent) !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.light {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.light .button span i {
|
|
|
|
color: var(--color-white);
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark {
|
|
|
|
bottom: 0;
|
2019-03-08 03:00:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark .button span i {
|
|
|
|
color: var(--color-black);
|
2020-07-01 03:56:15 +08:00
|
|
|
}
|