diff --git a/src/img/close.svg b/src/img/close.svg index 20590cc..7084993 100644 --- a/src/img/close.svg +++ b/src/img/close.svg @@ -2,11 +2,7 @@ - - + diff --git a/src/index.css b/src/index.css index 8bab8fb..f74cbc3 100644 --- a/src/index.css +++ b/src/index.css @@ -34,11 +34,19 @@ button { pointer-events: none; } +.MuiSnackbar-root { + width: 90%; + left: 50% !important; + bottom: 90px !important; + transform: translateX(-50%); +} + .MuiSnackbarContent-root { - background: white; - color: black; + background: white !important; + color: black !important; justify-content: space-between; padding: 3.5vw 4vw !important; + border: 1px solid rgba(0, 0, 0, 0.2); } .MuiSnackbarContent-action { @@ -77,7 +85,7 @@ button { .MuiIconButton-label a { align-items: center; font-size: 3.5vw; - color: white; + color: black; text-decoration: none; margin-right: 5vw; } @@ -91,6 +99,7 @@ button { height: 7.5vw; align-items: center; font-size: 3.5vw; + font-weight: bold; } #snackDisruptInfo img {