mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
Add delay button for 3dmigoto
This commit is contained in:
32
src/ui/components/common/SmallButton.css
Normal file
32
src/ui/components/common/SmallButton.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user