1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
@media (min-width: 1920px) {
.row .cols-sample-area {
width: 72.956%;
*width: 72.956%;
}
.row .cols-prop-area {
height: 100%;
width: 24.9146%;
}
.row [class*="col-md-3"] {
width: 46.933667%;
margin-left: 0px;
}
}
@media (min-width: 1024px) and (max-width: 1920px) {
.row .cols-sample-area {
width: 72.956%;
*width: 72.956%;
}
.row .cols-prop-area {
height: 100%;
min-height: 351px;
width: 24.9146%;
}
.cols-prop-area [class^="col-md-"] {
width: 46.933667%;
margin-left: 0px;
}
}
@media (min-width: 480px) and (max-width: 1023px) {
.row .cols-sample-area, .row .cols-prop-area {
margin-left: 0px;
width: 100%;
*width: 100%;
margin-left: 0px;
}
.cols-prop-area [class*="col-md-3"] {
width: 46.933667%;
margin-left: 0px;
}
.prop-grid.keyboard [class^="col-md-"] {
height: 30px;
min-height: 30px;
}
}