File "ErrorLoadingData.module.scss"
Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/src/js/react/components/Errors/ErrorLoadingData.module.scss
File size: 300 bytes
MIME-type: text/plain
Charset: utf-8
@import '../../../../scss/mixins';
.message {
width: 100%;
height: 100px;
padding: 20px;
border-radius: 4px;
margin: 0 auto 40px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}
.copy {
@include copy;
}