@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
43 lines (42 loc) • 668 B
CSS
.container {
top: 0 ;
bottom: 0 ;
position: absolute;
overflow: hidden;
}[dir=ltr] .container {
left: 0 ;
right: 0 ;
}[dir=rtl] .container {
right: 0 ;
left: 0 ;
}
.default {
background-color: var(--zdt_freezelayer_default_bg);
}
.dark {
background-color: var(--zdt_freezelayer_dark_bg);
}
.darkLight {
background-color: var(--zdt_freezelayer_darklight_bg);
}
.plain {
background-color: var(--zdt_freezelayer_plain_bg);
}
.snow {
background-color: var(--zdt_freezelayer_snow_bg);
}
.index3 {
z-index: 3;
}
.index5 {
z-index: 5;
}
.index7 {
z-index: 7;
}
.index10 {
z-index: 10;
}
.delay {
transition-delay: var(--zd_transition2);
}