| Server IP : 172.67.159.97 / Your IP : 216.73.217.154 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/plugins/soliloquy/assets/scss/ |
Upload File : |
@import 'vars';
@import '_mixins';
#soliloquy-license-check {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: rgb(255, 255, 255);
z-index: 14000050;
position: fixed;
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
min-width: 0;
cursor: default;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
.close {
position: absolute;
top: 10px;
right: 10px;
}
h3 {
margin: 0;
padding: 0;
font-size: 22px;
margin-bottom: 10px;
}
p {
margin: 0;
padding: 0;
font-size: 18px;
margin-bottom: 30px;
}
.soliloquy-logo {
text-align: center;
}
.button {
@include borderRadius(2px);
padding: 16px 20px;
height: 33px;
line-height: 30px;
text-decoration: none;
text-shadow: none;
font-weight: 600;
-webkit-box-shadow: none;
box-shadow: none;
box-sizing: border-box;
border: 2px solid;
/**
* Green Button
* - Replaces WordPress' default primary button style
*/
&.button-primary {
background: $primary_button_color;
border-color: $primary_button_color;
-webkit-box-shadow: none;
box-shadow: none;
color: $white;
&:hover {
background: $primary_button_color_hover;
border-color: $primary_button_color_hover;
color: $white;
}
}
&.button-outline {
border: 2px solid $black;
color: $black;
}
}
}