Files
Seewo-HugoAura/src/aura/ui/pages/headerIcon/headerIcon.css

28 lines
405 B
CSS
Raw Normal View History

2024-11-28 01:47:04 +08:00
.aura-header-icon {
float: right;
height: 40px;
-webkit-app-region: no-drag;
position: relative;
transition: opacity 0.25s;
}
.aura-header-icon.aura-header-icon-hidden {
display: none;
}
.aura-header-icon:hover {
opacity: 0.75;
}
.aura-header-icon:active {
opacity: 0.375;
2024-11-28 01:47:04 +08:00
}
.aura-header-icon img {
width: 20px;
height: 20px;
margin: 10px 0 8px 8px;
vertical-align: middle;
}