mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
38 lines
625 B
SCSS
38 lines
625 B
SCSS
.about.gui-settings-footer
|
|
{
|
|
height: 24px;
|
|
font-size: 14px;
|
|
justify-content: space-between;
|
|
padding: 6px 24px;
|
|
border-top: 1px dashed #8884;
|
|
}
|
|
.about.gui-settings-footer>span
|
|
{
|
|
opacity: 0.2;
|
|
}
|
|
.bilibili-evolved-about
|
|
{
|
|
display: none;
|
|
width: 60vw;
|
|
height: 40vh;
|
|
background-color: white;
|
|
position: absolute;
|
|
top: 20%;
|
|
left: 20%;
|
|
z-index: 100000;
|
|
box-shadow: 0px 3px 20px 2px #0004;
|
|
}
|
|
.bilibili-evolved-about.opened
|
|
{
|
|
display: flex;
|
|
}
|
|
#about-link
|
|
{
|
|
cursor: pointer;
|
|
transition: all .2s;
|
|
}
|
|
#about-link:hover
|
|
{
|
|
opacity: 1;
|
|
color: $customStyleColor;
|
|
} |