Files
drmaterac.pl/iadmin/themes/new-theme/scss/components/layout/_non_responsive.scss
2025-01-06 20:47:25 +01:00

19 lines
320 B
SCSS

#non-responsive {
display: none;
position: fixed;
background: $gray-dark;
width: 100%;
height: 100%;
z-index: 501;
top: 3.438rem;
left: 0.125rem;
color: #ffffff;
padding: 4.375rem 2.5rem 0 2.5rem;
font-size: 1.063rem;
h1 {
color: #ffffff;
font-size: 1.875rem;
font-weight: 400;
}
}