File: /home/vhosts/harpoeditore.it/httpdocs/wp-content/themes/bard/inc/activation/css/welcome-notice.css
.bard-notice {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: none;
}
.bard-notice .welcome-message {
max-width: 600px;
padding: 15px 0 0 30px;
}
.bard-notice .welcome-message h1 {
font-size: 36px;
font-weight: 600;
}
.bard-notice .welcome-message .action-buttons {
margin-top: 30px;
}
.bard-notice .welcome-message .action-buttons a {
padding: 7px 20px;
}
.bard-notice .welcome-message .action-buttons a:first-child {
margin-right: 10px;
}
.bard-notice .image-wrap img {
display: block;
zoom: 0.5;
}