Changed source root directory

This commit is contained in:
2026-03-05 16:30:11 +01:00
parent dc85447ee1
commit 538f85d7a2
5868 changed files with 749734 additions and 99 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,184 @@
#post-smtp-app .header div[data-v-65055dc1] img[data-v-65055dc1] {
/*width: 220px;*/
}
.header[data-v-65055dc1],
.container[data-v-64b6d796] {
padding: 0 20px;
box-sizing: border-box;
}
.post-smtp-card-opened--pro[data-v-36caffee] {
background-position: 95% 10% !important;
}
#post-smtp-app .card-container {
gap: 10px 1%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
#post-smtp-app .card-container .post-smtp-card {
float: none;
width: 24%;
height: auto;
margin: 0;
padding: 25px;
box-sizing: border-box;
}
#post-smtp-app .card-container:after {
display: none;
}
#post-smtp-app .card-container .post-smtp-card .post-smtp-card-content-wrapper {
justify-content: flex-start;
width: auto;
height: 100%;
gap: 15px;
}
#post-smtp-app .card-container .post-smtp-card .post-smtp-card-content-wrapper .post-smtp-image-container {
margin: 0 !important;
}
#post-smtp-app .pro-features {
height: auto;
}
#post-smtp-app .pro-features .container {
box-sizing: border-box;
padding: 30px 40px;
gap: 40px;
}
#post-smtp-app .pro-features .container .header,
#post-smtp-app .pro-features .container .body,
#post-smtp-app .pro-features .container .footer {
margin: 0;
}
#post-smtp-app .pro-features .container .body .feature-block {
margin: 0;
gap: 10px;
align-items: center;
width: 23.5%;
}
#post-smtp-app .pro-features .container .body {
gap: 20px 2%;
display: flex;
flex-wrap: wrap;
}
#post-smtp-app .pro-features .container .body .block-content {
margin: 0;
}
#post-smtp-app .documentation .content {
display: flex;
flex-wrap: wrap;
padding: 0 25px;
gap: 20px 2%;
}
#post-smtp-app .documentation .content .documentation {
float: none;
margin: 0;
width: 31.9%;
box-sizing: border-box;
}
#post-smtp-app .documentation .body {
padding: 50px 0 25px;
}
#post-smtp-app .card-container .post-smtp-card * {
text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
#post-smtp-app .card-container .post-smtp-card {
padding: 20px 15px;
}
}
@media only screen and (max-width: 1300px) {
#post-smtp-app .container[data-v-64b6d796] {
display: flex;
flex-wrap: wrap;
}
#post-smtp-app .app-wrapper,
#post-smtp-app .app-sidebar {
float: none;
width: 100%;
margin: 0;
}
#post-smtp-app .app-wrapper {
}
#post-smtp-app .app-sidebar {
}
}
@media only screen and (max-width: 1024px) {
#post-smtp-app .card-container .post-smtp-card {
width: 49%;
}
#post-smtp-app .pro-features .container .body{
justify-content: center;
}
#post-smtp-app .pro-features .container .body .feature-block {
width: 32%;
}
#post-smtp-app .documentation .content .documentation {
width: 49%;
}
}
@media only screen and (max-width: 767px) {
#post-smtp-app .pro-features .container .body .feature-block {
width: 49%;
}
}
@media only screen and (max-width: 575px) {
#post-smtp-app .documentation .content .documentation {
width: 100%;
}
#post-smtp-app .email-menu-wrapper[data-v-383c7fd0] {
right: -10px;
top: -5px;
}
#post-smtp-app .post-smtp-logs-body {
overflow: scroll;
}
}
@media only screen and (max-width: 480px) {
#post-smtp-app .pro-features .container .body .feature-block {
width: 100%;
}
#post-smtp-app .pro-features .container .body .feature-block {
width: 100%;
flex-direction: column;
justify-content: center;
}
#post-smtp-app .pro-features .container .body .block-content {
text-align: center;
}
#post-smtp-app .pro-features .container .body .block-content br {
}
#post-smtp-app .card-container .post-smtp-card {
width: 100%;
}
#post-smtp-app .post-smtp-selector-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
}
#post-smtp-app .post-smtp-selector-wrapper .wrapper,
#post-smtp-app .post-smtp-selector-wrapper a.re-launch-wizard{
float: none !important;
margin: 0 auto;
}
#post-smtp-app .post-smtp-notice {
flex-direction: column;
gap: 10px;
height: auto;
box-sizing: border-box;
width: 100%;
padding: 20px 10px;
}
}