11 lines
244 B
SCSS
11 lines
244 B
SCSS
:root {
|
|
--ucap-screen-max-xs: 575;
|
|
--ucap-screen-min-sm: 576;
|
|
--ucap-screen-max-sm: 767;
|
|
--ucap-screen-min-md: 768;
|
|
--ucap-screen-max-md: 991;
|
|
--ucap-screen-min-lg: 992;
|
|
--ucap-screen-max-lg: 1199;
|
|
--ucap-screen-min-xl: 1200;
|
|
}
|