%PDF- %PDF-
| Direktori : /var/www/projetos/french.ongrace.com/wp-content/themes/flash/inc/admin/sass/ |
| Current File : /var/www/projetos/french.ongrace.com/wp-content/themes/flash/inc/admin/sass/admin.scss |
/**
CSS rule of welcome admin before 1.3.4 update
*/
.appearance_page_flash-options .wrap {
margin-top: 0;
}
.appearance_page_flash-options .wrap .flash-header {
background-color: #fff;
padding: 12px 20px;
border-bottom: 1px solid #ccd0d4;
margin-left: -20px;
margin-right: -20px;
}
// Notices.
.flash-notice {
position: relative;
padding: 8px 40px 8px 8px;
.links {
margin: 1.2em 0;
display: flex;
flex-wrap: wrap;
a {
margin-right: 10px;
& > span {
vertical-align: middle;
padding-right: 5px;
}
}
}
.notice-text {
.coupon-code {
display: inline-block;
}
}
.notice-dismiss {
text-decoration: none;
}
}
// Welcome notice.
.flash-message__content {
display: flex;
.flash-message__image {
flex: 0 0 160px;
min-height: 100px;
margin-right: 12px;
padding-right: 12px;
border-right: 1px solid #FCFCFD;
.flash-screenshot {
width: 100%;
box-shadow: 0 0 1px 0 #ccd0d4;
margin: 0;
float: none;
}
}
.flash-message__heading {
margin-top: 0;
margin-bottom: 12px;
line-height: 1.4;
}
.flash-message__cta {
display: flex;
align-items: center;
.plugin-install-notice {
margin-left: 15px;
line-height: 1.4;
}
a {
&:before {
margin: 5px;
vertical-align: middle;
}
}
}
}
// Dismiss button.
a.flash-message-close {
position: absolute;
top: 0;
right: 0;
padding: 10px 15px 10px 21px;
font-size: 13px;
line-height: 1.23076923;
text-decoration: none;
&:before {
position: absolute;
top: 8px;
left: 0;
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
}
@media screen and (max-width: 768px) {
.flash-message__content .flash-message__image {
display: none;
}
}
//Dashboard page.
.wrap .flash-header {
background-color: #fff;
padding: 12px 20px;
border-bottom: 1px solid #ccd0d4;
margin-left: -20px;
margin-right: -20px;
}
.appearance_page_flash-options .wrap {
margin-top: 0;
}
// Responsive.
@media (max-width: 768px) {
.flash-message__content {
.flash-screenshot {
display: none;
}
.flash-message__text {
padding: 0;
width: 100%;
}
}
}
// Flash review notice.
.flash-notice.theme-review-notice {
border-left-color: #30afb8;
padding: 20px 15px;
.flash-message__content {
@media screen and (max-width: 768px) {
display: flex;
flex-direction: column;
}
}
a.btn {
display: flex;
max-width: fit-content;
justify-content: center;
align-items: center
}
.flash-message__image {
flex: 0;
min-height: auto;
margin-right: 35px;
margin-left: 10px;
padding-right: 0;
border-right: none;
}
.flash-logo--png {
width: 80px;
height: 80px;
}
h3 {
font-size: 21px;
margin: 0;
line-height: 1;
color: #000;
}
p {
font-size: 14px;
line-height: 21px;
color: #3C434A;
margin: 0 0 6px 0;
max-width: 720px;
}
span.dashicons.dashicons-smiley.smile-icon {
background: #f7e143;
border-radius: 50%;
font-size: 15px;
border: 1px solid;
width: 17px;
height: 17px;
}
.button-primary {
background: #30afb8;
border-color: #30afb8;
box-shadow: none;
color: #fff;
@media screen and (max-width: 768px) {
margin-bottom: 10px;
}
}
.button-secondary {
color: #30afb8;
border-color: #30afb8;
background: #f6f7f7;
vertical-align: top;
@media screen and (max-width: 768px) {
margin-bottom: 10px;
}
}
strong {
color: #000;
}
.links {
margin: 1.2em 0 5px 0;
}
}