mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-06 15:55:36 +00:00
18 lines
200 B
SCSS
18 lines
200 B
SCSS
.WdImgButtonRoot {
|
|
transition: opacity 200ms;
|
|
opacity: 0.5;
|
|
pointer-events: initial !important;
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.Normal {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.Large {
|
|
font-size: 16px;
|
|
}
|