8889841chome/clixcotz/public_html/wp-content/themes/sala/assets/scss/components/_growl.scss 0000644 00000001556 15044462132 0025000 0 ustar 00 #growls-br {
right: 15px !important;
bottom: 15px !important;
}
.growl.growl {
opacity: 1;
font-size: 14px;
border-radius: 5px;
&.growl-default {
color: #696969;
background: #fff;
box-shadow: 0 0 30px rgba(51, 51, 51, .1);
}
&.growl-large {
padding: 19px 30px 18px;
.growl-close {
margin-right: -29px;
margin-top: -9px;
}
}
.growl-message {
line-height: 1.72;
i {
font-size: 48px;
margin-bottom: 15px;
}
}
.growl-close {
position: relative;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
margin-right: -10px;
margin-top: -6px;
font-size: 0;
&:before {
@extend %FontAwesomeLight;
content: '\f00d';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 16px;
}
}
}
#sala-button-cookie-notice-ok {
font-size: 15px;
margin-top: 17px;
}