mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
11 lines
148 B
JavaScript
11 lines
148 B
JavaScript
const styles = theme => ({
|
|
alert: {
|
|
width: "100%",
|
|
"& > * + *": {
|
|
marginTop: theme.spacing(1)
|
|
}
|
|
}
|
|
});
|
|
|
|
export default styles;
|