| 1 |
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ |
| 2 |
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.3_webpack@5.98.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.86.0_webpack@5.98.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./react-src/styles/platforms/elementor.scss ***! |
| 3 |
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ |
| 4 |
.bg-warning { |
| 5 |
background-color: #f39c12 !important; |
| 6 |
} |
| 7 |
|
| 8 |
.bg-danger { |
| 9 |
background-color: #c0392b !important; |
| 10 |
} |
| 11 |
|
| 12 |
.text-danger { |
| 13 |
color: #c0392b !important; |
| 14 |
} |
| 15 |
|
| 16 |
#templately-elementor.dialog-type-lightbox .dialog-widget-content { |
| 17 |
width: 80%; |
| 18 |
height: 80%; |
| 19 |
} |
| 20 |
#templately-elementor.dialog-type-lightbox .dialog-message { |
| 21 |
padding: 0px; |
| 22 |
text-align: unset; |
| 23 |
font-size: initial; |
| 24 |
line-height: normal; |
| 25 |
} |
| 26 |
#templately-elementor.dialog-type-lightbox .dialog-message, |
| 27 |
#templately-elementor.dialog-type-lightbox .dialog-lightbox-content { |
| 28 |
padding: 0px; |
| 29 |
height: 100%; |
| 30 |
} |
| 31 |
|
| 32 |
.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button { |
| 33 |
background-color: rgb(86, 51, 209); |
| 34 |
background-image: url(../images/logo-icon.svg); |
| 35 |
background-repeat: no-repeat; |
| 36 |
background-position: center center; |
| 37 |
margin-right: 5px; |
| 38 |
} |
| 39 |
.elementor-add-new-section .elementor-add-section-area-button.elementor-add-templately-button > i.eicon-plus:before { |
| 40 |
content: ""; |
| 41 |
display: inline-block; |
| 42 |
} |
| 43 |
|
| 44 |
.elementor-element-wrapper:not(.elementor-element--promotion) .templately-widget-icon:after { |
| 45 |
content: ""; |
| 46 |
position: absolute; |
| 47 |
top: 6px; |
| 48 |
left: 6px; |
| 49 |
display: inline-block; |
| 50 |
width: 18px; |
| 51 |
height: 18px; |
| 52 |
background: url(../images/logo-widget-icon.svg) 0 0/100% no-repeat; |
| 53 |
} |
| 54 |
|
| 55 |
#elementor-controls .elementor-control-tl_site_logo.elementor-control-type-media { |
| 56 |
pointer-events: none; |
| 57 |
} |
| 58 |
|