Last active
November 8, 2020 21:44
-
-
Save MoatazAbdAlmageed/80c87a8fc093c71b343dcd24667277d6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
.elementor-icon-box-title, .elementor-icon-box-description , .elementor-widget-container , .elementor-text-editor,.elementor-image-box-title , .elementor-heading-title, .elementor-image-box-description { | |
text-align: left !important; | |
} | |
} | |
html[lang="ar"] body { | |
.elementor-icon-box-title, .elementor-icon-box-description , .elementor-widget-container , .elementor-text-editor,.elementor-image-box-title , .elementor-heading-title, .elementor-image-box-description { | |
text-align: right !important; | |
} | |
} | |
body .text-center { | |
.elementor-icon-box-title, .elementor-icon-box-description , .elementor-widget-container , .elementor-text-editor,.elementor-image-box-title , .elementor-heading-title, .elementor-image-box-description { | |
text-align: center !important; | |
} | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body .elementor-icon-box-title, body .elementor-icon-box-description, body .elementor-widget-container, body .elementor-text-editor, body .elementor-image-box-title, body .elementor-heading-title, body .elementor-image-box-description { | |
text-align: left !important; | |
} | |
html[lang=ar] body .elementor-icon-box-title, html[lang=ar] body .elementor-icon-box-description, html[lang=ar] body .elementor-widget-container, html[lang=ar] body .elementor-text-editor, html[lang=ar] body .elementor-image-box-title, html[lang=ar] body .elementor-heading-title, html[lang=ar] body .elementor-image-box-description { | |
text-align: right !important; | |
} | |
body .text-center .elementor-icon-box-title, body .text-center .elementor-icon-box-description, body .text-center .elementor-widget-container, body .text-center .elementor-text-editor, body .text-center .elementor-image-box-title, body .text-center .elementor-heading-title, body .text-center .elementor-image-box-description { | |
text-align: center !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sass": { | |
"compiler": "dart-sass/1.26.11", | |
"extensions": {}, | |
"syntax": "SCSS", | |
"outputStyle": "expanded" | |
}, | |
"autoprefixer": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment