Delete files
This commit is contained in:
@@ -1,137 +0,0 @@
|
||||
.essential-addons_page_template-cloud #wpwrap,
|
||||
.essential-addons_page_template-cloud #wpcontent,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody-content,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content,
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content .wrap,
|
||||
.essential-addons_page_template-cloud
|
||||
#wpcontent
|
||||
#wpbody
|
||||
#wpbody-content
|
||||
.wrap
|
||||
.template-cloud,
|
||||
.essential-addons_page_template-cloud
|
||||
#wpcontent
|
||||
#wpbody
|
||||
#wpbody-content
|
||||
.wrap
|
||||
.template-cloud-body {
|
||||
height: 100%;
|
||||
}
|
||||
.essential-addons_page_template-cloud #wpcontent {
|
||||
padding-left: 0px;
|
||||
}
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.essential-addons_page_template-cloud #wpcontent #wpbody #wpbody-content .wrap {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.template-cloud-header {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
box-shadow: 0px 0px 10px 0px #00000024;
|
||||
overflow: visible;
|
||||
z-index: 99;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
padding: 15px 20px;
|
||||
}
|
||||
|
||||
.template-cloud-body {
|
||||
box-sizing: border-box;
|
||||
height: calc(100% - 80px) !important;
|
||||
}
|
||||
.template-cloud-install {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
width: 100%;
|
||||
background-image: url(../images/templately/login-bg.png);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
max-height: 88vh;
|
||||
}
|
||||
|
||||
.templately-left {
|
||||
padding: 10px;
|
||||
}
|
||||
.templately-right {
|
||||
padding: 10px;
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
.templately-admin-title {
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
}
|
||||
.templately-cloud-title {
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.templately-installer-wrapper {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.templately-cloud-title h1 {
|
||||
color: #fff;
|
||||
font-size: 50px;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.templately-cloud-title p {
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.templately-admin-install {
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
padding: 50px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.templately-admin-install p {
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.templately-admin-install button.eae-activate-templately {
|
||||
background-color: #fff;
|
||||
border: 1px solid rgb(96, 114, 255, 0);
|
||||
padding: 15px 30px;
|
||||
border-radius: 50px;
|
||||
color: rgb(96, 114, 255);
|
||||
font-size: 18px;
|
||||
margin: 10px 0;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.templately-admin-install button.eae-activate-templately:hover {
|
||||
background-color: rgb(250, 145, 150);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
.templately-cloud-video-container {
|
||||
background-color: #fff;
|
||||
padding: 8px;
|
||||
width: 620px;
|
||||
max-width: 100%;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.templately-cloud-video-container iframe {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user