File: /var/www/html/delstar/wp-content/plugins/easymega/assets/css/dashboard.css
.settings_page_easymega-wp #wpcontent {
padding-left: 0;
}
.settings_page_easymega-wp #wpcontent .wrap {
margin: 10px 20px 0 20px;
}
@media screen and (max-width: 782px) {
.settings_page_easymega-wp #wpcontent .wrap {
margin-right: 12px;
margin-left: 12px;
}
}
.cd-hidden-heading {
display: none;
}
.cd-branding {
display: inline-block;
text-decoration: none;
outline: none;
vertical-align: middle;
}
.cd-logo-name {
font-size: 30px;
font-weight: 700;
margin-left: 10px;
line-height: 30px;
}
.cd-version {
background-color: #e5e5e5;
padding: 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}
.cd-row {
max-width: 930px;
margin: 0 auto;
box-sizing: border-box;
}
.cd-row * {
box-sizing: border-box;
}
.cd-row:after {
content: '';
clear: both;
display: block;
}
.cd-header {
background: #ffffff;
padding: 10px 15px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.cd-header .cd-header-inner {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
width: 100%;
align-items: center;
}
.cd-main {
width: 65%;
float: left;
padding-right: 30px;
}
@media screen and (max-width: 782px) {
.cd-main {
width: 100%;
float: none;
padding-right: 0px;
}
}
.cd-sidebar {
width: 35%;
float: right;
}
@media screen and (max-width: 782px) {
.cd-sidebar {
width: 100%;
float: none;
}
}
.cd-box {
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
background: #fff;
margin-bottom: 30px;
}
.cd-box img {
max-width: 100%;
height: auto;
}
@media screen and (max-width: 782px) {
.cd-box {
margin-bottom: 15px;
}
}
.cd-box .cd-box-top {
border-bottom: 1px solid #eee;
font-size: 1em;
padding: 10px 15px;
font-weight: 600;
}
.cd-box .cd-box-content {
padding: 15px;
}
.cd-box .cd-box-content p {
margin-top: 0px;
}
.cd-list-flex {
list-style: none;
margin: -15px;
}
.cd-list-flex:after {
content: '';
clear: both;
display: block;
}
.cd-list-flex a {
text-decoration: none;
}
.cd-list-flex li {
width: 50%;
float: left;
border-bottom: 1px solid #eee;
margin-bottom: 0px;
border-right: 1px solid #eee;
padding: 10px;
}
.cd-list-flex li:nth-child(2n) {
border-right: 0px none;
}
.cd-steps {
margin-bottom: 0px;
margin-top: 0px;
}
.cd-steps li {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
margin-bottom: 20px;
}
.cd-steps li:last-child {
border-bottom: 0px none;
padding-bottom: 0px;
margin-bottom: 0px;
}
.cd-steps li:after {
content: '';
clear: both;
display: block;
}
.cd-step-thumb {
width: 50%;
float: left;
padding-right: 15px;
}
.cd-step-thumb img {
max-width: 100%;
height: auto;
border: 1px solid #e5e5e5;
}
.cd-list-features {
margin-bottom: 0px;
margin-top: 0px;
padding-left: 20px;
}
.cd-list-features li {
list-style: disc;
}
.cd-list-features li .cd-pro{
background: #0073aa;
color: #ffffff;
padding: 2px 5px;
border-radius: 3px;
}