This commit is contained in:
2026-03-12 14:16:29 +01:00
parent 78f5c29ff6
commit da1eb7dca9
8 changed files with 1214 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"version":3,"sources":["main.scss"],"names":[],"mappings":"AAAA,8BACC,YAAA,CACA,kBAAA,CACA,WAAA,CAGD,oCACC,SAAA,CACA,YAAA,CACA,eAAA","file":"main.css"}
{"version":3,"sources":["main.scss"],"names":[],"mappings":"AAAA,8BACC,YAAA,CACA,kBAAA,CACA,WAAA,CAGD,oCACC,SAAA,CACA,YAAA,CACA,eAAA,CAIA,2DACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAED,0DACC,oBAAA,CACA,aAAA,CACA,aAAA,CAED,2DACC,WAAA,CACA,UAAA,CAED,yDACC,QAAA,CAED,2DACC,aAAA,CACA,QAAA,CAED,+DACC,QAAA,CAED,yFACC,0BAAA,CACA,cAAA,CAED,2FACC,kBAAA,CACA,gBAAA,CAED,0FACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,wFACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAED,mDACC,oGACC,0BAAA,CACA,cAAA,CAED,sGACC,kBAAA,CACA,gBAAA,CAED,qGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,mGACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,+CACC,gGACC,0BAAA,CACA,cAAA,CAED,kGACC,kBAAA,CACA,gBAAA,CAED,iGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,+FACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,qDACC,sGACC,0BAAA,CACA,cAAA,CAED,wGAEC,kBAAA,CACA,gBAAA,CAED,uGAEC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,qGACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,+CACC,gGACC,0BAAA,CACA,cAAA,CAED,kGACC,kBAAA,CACA,gBAAA,CAED,iGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,+FACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,qDACC,sGACC,0BAAA,CACA,cAAA,CAED,wGAEC,kBAAA,CACA,gBAAA,CAED,uGAEC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,qGACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,+CACC,gGACC,0BAAA,CACA,cAAA,CAED,kGACC,kBAAA,CACA,gBAAA,CAED,iGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,+FACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA","file":"main.css"}

View File

@@ -9,3 +9,172 @@
height: 100px;
background: #000;
}
.elementor-widget-number-box {
.elementor-number-box-wrapper {
display: flex;
flex-direction: column;
text-align: center;
}
.elementor-number-box-number {
display: inline-block;
flex: 0 0 auto;
line-height: 0;
}
.elementor-number-box-content {
flex-grow: 1;
width: 100%;
}
.elementor-number-box-title {
margin: 0;
}
.elementor-number-box-title a {
color: inherit;
margin: 0;
}
.elementor-number-box-description {
margin: 0;
}
&.elementor-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
&.elementor-widescreen-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-widescreen-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-widescreen-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-widescreen-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
&.elementor-laptop-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-laptop-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-laptop-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-laptop-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
&.elementor-tablet_extra-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-tablet_extra-position-inline-start
.elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-tablet_extra-position-block-start
.elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-tablet_extra-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
&.elementor-tablet-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-tablet-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-tablet-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-tablet-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
&.elementor-mobile_extra-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-mobile_extra-position-inline-start
.elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-mobile_extra-position-block-start
.elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-mobile_extra-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
&.elementor-mobile-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-mobile-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-mobile-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-mobile-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
}