parent
ac188eb6d9
commit
a4e2ce178d
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
||||||
background-color: $toast-background-color;
|
background-color: $toast-background-color;
|
||||||
color: $toast-text-color;
|
color: $toast-text-color;
|
||||||
padding: #{10 / $base-font-size}rem;
|
padding: #{10 / $base-font-size}rem;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
bottom: 10%;
|
top: 0;
|
||||||
left: 5%;
|
left: 50%;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
min-width: #{375 / $base-font-size}rem; //500px
|
min-width: #{375 / $base-font-size}rem; //500px
|
||||||
font-size: #{20 / $base-font-size}rem;
|
font-size: #{20 / $base-font-size}rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue