index.js refactor
This commit is contained in:
@@ -89,16 +89,20 @@ body {
|
||||
grid-column-start: 2;
|
||||
grid-column-end: 3;
|
||||
}
|
||||
.confirm {
|
||||
.notification {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
margin: auto;
|
||||
width: fit-content;
|
||||
width: 100%;
|
||||
height: 100dvh;
|
||||
text-align: center;
|
||||
background-color: #11111b;
|
||||
}
|
||||
|
||||
.confirm > h1 {
|
||||
.notification > h1 {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.confirm > h3 {
|
||||
.notification > h3 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user