Update style for snackbar notification
This commit is contained in:
parent
c294b60b5a
commit
0d26321055
@ -2,11 +2,7 @@
|
||||
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 329 329" style="enable-background:new 0 0 329 329;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<path class="st0" d="M194.6,164.8L322.7,36.7c8.3-8.3,8.3-21.8,0-30.1c-8.3-8.3-21.8-8.3-30.1,0L164.5,134.6L36.4,6.5
|
||||
c-8.3-8.3-21.8-8.3-30.1,0c-8.3,8.3-8.3,21.8,0,30.1l128.1,128.1L6.3,292.9c-8.3,8.3-8.3,21.8,0,30.1c4.2,4.2,9.6,6.2,15.1,6.2
|
||||
s10.9-2.1,15.1-6.2l128.1-128.1L292.6,323c4.2,4.2,9.6,6.2,15.1,6.2c5.5,0,10.9-2.1,15.1-6.2c8.3-8.3,8.3-21.8,0-30.1L194.6,164.8z"
|
||||
/>
|
||||
<path d="M194.6,164.8L322.7,36.7c8.3-8.3,8.3-21.8,0-30.1s-21.8-8.3-30.1,0l-128.1,128L36.4,6.5c-8.3-8.3-21.8-8.3-30.1,0
|
||||
s-8.3,21.8,0,30.1l128.1,128.1L6.3,292.9c-8.3,8.3-8.3,21.8,0,30.1c4.2,4.2,9.6,6.2,15.1,6.2s10.9-2.1,15.1-6.2l128.1-128.1
|
||||
l128,128.1c4.2,4.2,9.6,6.2,15.1,6.2s10.9-2.1,15.1-6.2c8.3-8.3,8.3-21.8,0-30.1L194.6,164.8z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 782 B After Width: | Height: | Size: 691 B |
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user