handle register and poster and fix bugs
This commit is contained in:
+10
-1
@@ -852,9 +852,18 @@ html {
|
||||
}
|
||||
|
||||
.bg-poster {
|
||||
background-image: url(/public/assets/images/poster.png);
|
||||
background-image: url(../public/assets/images/poster.png);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.bg-stroke-circle {
|
||||
background-image: url(../public/assets/images/stroke-circle.png);
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.MuiButton-loading .MuiButton-loadingIndicator {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user