alignment for creating bin button
This commit is contained in:
parent
472519dc99
commit
bdc173ed33
2 changed files with 5232 additions and 3646 deletions
8872
package-lock.json
generated
8872
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -27,9 +27,9 @@ const useStyles = makeStyles((theme: Theme) => {
|
||||||
},
|
},
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
bottom: theme.spacing(8), //for mobile navigator
|
bottom: theme.spacing(8), //for mobile navigator
|
||||||
right: theme.spacing(11),
|
right: theme.spacing(10.25),
|
||||||
[theme.breakpoints.up("sm")]: {
|
[theme.breakpoints.up("sm")]: {
|
||||||
bottom: theme.spacing(2)
|
bottom: theme.spacing(1.75)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pulse: {
|
pulse: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue