161 lines
2.7 KiB
CSS
161 lines
2.7 KiB
CSS
.my-width-80 {
|
|
width: 80px;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.hide-800 {
|
|
display: none;
|
|
}
|
|
|
|
.width-50-800 {
|
|
width: 50px;
|
|
}
|
|
|
|
div.hide-800 {
|
|
display: none;
|
|
}
|
|
.max-width-800 {
|
|
max-width: calc(100vw - 5rem);
|
|
}
|
|
.mt-0-800 {
|
|
margin-top: 0px !important;
|
|
}
|
|
.gap-1-800 {
|
|
gap: 0.5rem !important;
|
|
}
|
|
.py-1-800 {
|
|
padding-top: 0.25rem !important;
|
|
padding-bottom: 0.25rem !important;
|
|
}
|
|
.px-1-800 {
|
|
padding-left: 0.25rem !important;
|
|
padding-right: 0.25rem !important;
|
|
}
|
|
.pt-1-800 {
|
|
padding-top: 0.25rem !important;
|
|
}
|
|
.pt-2-800 {
|
|
padding-top: 0.5rem !important;
|
|
}
|
|
.pt-3-800 {
|
|
padding-top: 0.75rem !important;
|
|
}
|
|
.pt-4-800 {
|
|
padding-top: 1rem !important;
|
|
}
|
|
.pl-0-800 {
|
|
padding-left: 0 !important;
|
|
}
|
|
.overflow-y-auto-800 {
|
|
overflow-y: auto;
|
|
}
|
|
.height-c-100vh-70px-800 {
|
|
height: calc(100vh - 70px) !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 600px) {
|
|
.hide-over-600 {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 500px) {
|
|
.max-width-800 {
|
|
max-width: calc(100vw - 1rem);
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 380px) {
|
|
.max-width-800 {
|
|
max-width: calc(100vw - 2px);
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.hide-600 {
|
|
display: none !important;
|
|
}
|
|
.gap-1-600 {
|
|
gap: 0.25rem !important;
|
|
}
|
|
.gap-2-600 {
|
|
gap: 0.5rem !important;
|
|
}
|
|
.gap-3-600 {
|
|
gap: 0.75rem !important;
|
|
}
|
|
|
|
.max-height-100vh-600 {
|
|
max-height: 100vh !important;
|
|
}
|
|
.mt-0-600 {
|
|
margin-top: 0px !important;
|
|
}
|
|
.mr-0-600 {
|
|
margin-right: 0px !important;
|
|
}
|
|
.height-minus53px-600 {
|
|
height: calc(100vh - 53px) !important;
|
|
}
|
|
|
|
.border-l-600 {
|
|
border-left: 1px solid #dadee6;
|
|
}
|
|
.border-x-600 {
|
|
border-left: 1px solid #dadee6;
|
|
border-right: 1px solid #dadee6;
|
|
}
|
|
.border-r-600 {
|
|
border-right: 1px solid #dadee6;
|
|
}
|
|
.py-4-600 {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
}
|
|
.py-5-600 {
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem;
|
|
}
|
|
.pr-4-600 {
|
|
padding-right: 1rem;
|
|
}
|
|
.pr-3-600 {
|
|
padding-right: 0.75rem;
|
|
}
|
|
.pr-2-600 {
|
|
padding-right: 0.5rem;
|
|
}
|
|
.pl-4-600 {
|
|
padding-left: 1rem;
|
|
}
|
|
.pl-3-600 {
|
|
padding-left: 0.75rem;
|
|
}
|
|
.pl-2-600 {
|
|
padding-left: 0.5rem;
|
|
}
|
|
.pt-4-600 {
|
|
padding-top: 1rem !important;
|
|
}
|
|
.px-4-600 {
|
|
padding-left: 1rem !important;
|
|
padding-right: 1rem !important;
|
|
}
|
|
.px-1-600 {
|
|
padding-left: 0.25rem !important;
|
|
padding-right: 0.25rem !important;
|
|
}
|
|
.py-1-600 {
|
|
padding-top: 0.25rem !important;
|
|
padding-bottom: 0.5rem !important;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1000px) {
|
|
.controll-1000 {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 200%;
|
|
}
|
|
} |