mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 09:04:45 +01:00
button component
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
body {
|
||||
user-select: none;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#root, .App {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.App {
|
||||
background-image: url("https://webstatic.hoyoverse.com/upload/event/2020/11/04/7fd661b5184e1734f91f628b6f89a31f_7367318474207189623.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.TopButton {
|
||||
|
||||
Reference in New Issue
Block a user