| Server IP : 118.139.160.155 / Your IP : 216.73.217.153 Web Server : Apache System : Linux sg2plmcpnl504228.prod.sin2.secureserver.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64 User : twll3xqyaqrh ( 9725459) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/twll3xqyaqrh/public_html/Site WP/wp-content/plugins/envira-gallery/assets/scss/ |
Upload File : |
@import '_vars';
@import '_mixins';
#envira-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;
}
.envira-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;
}
}
}