File "admin-styles.scss"
Full path: /home/kosmetik/public_html/wp-content/plugins/elements-plus/assets/sass/admin-styles.scss
File
size: 1.09 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
.elements-plus-banner {
border-radius: 3px;
box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.elements-plus-settings-wrap {
.page-title {
font-size: 24px;
font-weight: bold;
margin-bottom: 0;
}
.page-subtitle {
margin-bottom: 30px;
}
.submit {
margin: 0;
}
}
.elements-plus-settings {
margin: 0 -10px;
display: flex;
flex-wrap: wrap;
}
.elements-plus-setting {
padding: 15px;
margin: 0 10px 20px;
background: #fff;
width: calc(33.33333% - 50px);
h2 {
margin: 0 0 8px;
em {
color: #0181A3;
font-style: normal;
}
}
input[type="text"],
select {
min-width: 0;
width: 100%;
}
@media (max-width: 1300px) {
width: calc(50% - 50px);
}
@media (max-width: 1024px) {
width: 100%;
}
}
.elements-plus-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: stretch;
align-items: flex-start;
}
.elements-plus-content {
flex: auto;
> .notice {
margin-left: 0;
}
}
.elements-plus-sidebar {
padding: 20px 20px 0 20px;
width: 270px;
margin-top: 63px;
@media (max-width: 767px) {
display: none;
}
}