File "TokenProjectSignup.module.scss"
Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/trunk/src/js/react/components/Modal/TokenProjectSignupSteps/TokenProjectSignup.module.scss
File size: 722 bytes
MIME-type: text/plain
Charset: utf-8
@import '../../../../../scss/mixins';
.backgroundImage {
background-image: url('../../../../../images/subscription-required.png');
background-size: 266px 156px;
background-repeat: no-repeat;
background-position: right bottom;
height: 156px;
width: 266px;
position: absolute;
right: 0;
bottom: 0;
[dir='rtl'] & {
background-position: left bottom;
right: unset;
left: 0;
}
}
.successIcon {
color: $borderColorSuccess;
font-size: 33px;
margin-right: 20px;
}
.connectedTitle {
display: flex;
align-items: center;
}
.envatoLogo {
margin-right: 10px;
path {
fill: $colorGreen;
}
}
.downloadText {
@include copy;
margin: 0;
}
.unlimitedText {
@include copy;
}