Separate Client Portal & Dashboard
This commit is contained in:
13
frontend/dashboard/src/theme/breakpoints.ts
Normal file
13
frontend/dashboard/src/theme/breakpoints.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
const breakpoints = {
|
||||
values: {
|
||||
xs: 0,
|
||||
sm: 600,
|
||||
md: 900,
|
||||
lg: 1200,
|
||||
xl: 1536
|
||||
}
|
||||
};
|
||||
|
||||
export default breakpoints;
|
||||
Reference in New Issue
Block a user