mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 23:54:48 +01:00
33 lines
478 B
CSS
33 lines
478 B
CSS
.SmallButtonSection {
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.SmallButtonButton {
|
|
height: 20px;
|
|
filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
|
|
}
|
|
|
|
.SmallButtonButton:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.SmallButtonButton img {
|
|
height: 100%;
|
|
}
|
|
|
|
.SmallButtonContents {
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
.SmallButtonContents .MiniDialog {
|
|
position: absolute;
|
|
|
|
bottom: 40px;
|
|
right: -450%;
|
|
width: 200px;
|
|
height: 120px;
|
|
}
|