aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/styles.ts
blob: 6bdaf9a6ec054256f8f85668a0b7efb28f7aaf5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  modal: {
    width: 300,
  },
  buttons: {
    display: 'flex',
    justifyContent: 'space-between',
  },
  form: {
    marginTop: 15,
  },
};