File "style-index-rtl.css"
Full Path: /var/www/html/wordpress/wp-content/plugins/gutentools/build/blocks/icon-box/style-index-rtl.css
File size: 1.35 KB
MIME-type: text/plain
Charset: utf-8
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/icon-box/styles/style.scss ***!
\**************************************************************************************************************************************************************************************************************************************************************/
/**
* The following styles get applied both on the front of your site
* and in the editor.
*
* Replace them with your own styles or remove the file completely.
*/
.gutentools-icon-box-wrapper a {
text-decoration: none;
}
.gutentools-icon-box-icon {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.gutentools-icon-box-icon img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.gutentools-align-center .gutentools-icon-box-icon {
margin: auto;
}
.gutentools-align-right .gutentools-icon-box-icon {
margin: 0 auto 0 0;
}