Change page loader design
This commit is contained in:
@@ -294,21 +294,23 @@ label .MuiIconButton-label > input {
|
||||
|
||||
.page-loader-container {
|
||||
width: 30%;
|
||||
max-width: 150px;
|
||||
height: min-content;
|
||||
line-height: 0;
|
||||
border-radius: 150px;
|
||||
background: var(--primary-color-dark);
|
||||
}
|
||||
|
||||
.page-loader {
|
||||
margin: auto;
|
||||
width: 30%;
|
||||
max-width: 150px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.page-loader {
|
||||
width: calc(100% - 32px);
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.cookie-notice {
|
||||
|
||||
@@ -10,11 +10,6 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.overlay--black {
|
||||
background-color: var(--background-color);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.popup-close-button {
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
|
||||
Reference in New Issue
Block a user