Files
2024-11-04 20:48:19 +01:00

71 lines
1.4 KiB
SCSS

.rsssl {
.rsssl-locked {
&.rsssl-locked-premium {
.rsssl-locked-overlay {
top: calc(100% - 190px) !important;
flex-direction: column;
}
}
.rsssl-locked-overlay {
display: flex;
top: calc(100% - 100px) !important;
text-align: left;
margin-bottom: 20px;
padding: 0;
&.rsssl-premium {
top: calc(100% - 190px) !important;
flex-direction: column;
}
.rsssl-locked-header {
width: 100%;
flex-direction: row;
.rsssl-locked-header-title {
font-weight: 600;
color: var(--rsp-blue)
}
.rsssl-locked-header-subtitle {
}
}
.rsssl-locked-content {
flex-direction: row;
width: 100%;
.rsssl-locked-content-text {
}
}
.rsssl-locked-footer {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
// we want the a to be displayed on the left side
a {
position: relative;
float: left !important;
}
}
.rsssl-locked-footer::after {
content: "";
display: table;
clear: both;
}
}
}
//if a field is both disabled, and the group is premium, we don't want a duplicate opacity on the overlay.
.rsssl-disabled .rsssl-field-wrap {
.rsssl-locked {
background:transparent;
}
}
}