Files
torebki-fabiola.pl/wp-content/plugins/post-smtp/Postman/Mobile/assets/css/admin.css
2026-03-05 13:07:40 +01:00

59 lines
888 B
CSS

#mobile-app .mobile-app-box {
display: flex;
}
.mobile-app-internal-box {
width: 50%;
}
#mobile-app .download-app {
border: 1px solid #000;
margin: 30px 0;
width: 78%;
padding: 15px;
background: #fff;
}
#mobile-app .download-app h3 {
margin: 34px 30px;
text-align: center;
}
#mobile-app .google-logo {
border-radius: 8px;
}
.ps-mobile-notice {
display: flex;
padding: 15px 0;
}
.ps-mobile-notice h4 {
margin: 0;
color: #375caf;
text-decoration: underline;
font-size: 19px;
}
.ps-mobile-notice-content table {
margin: 20px 0;
}
.ps-mobile-notice-content td {
color: #000000;
padding: 4px 20px 4px 0px;
font-size: 18px;
}
.ps-mobile-notice-content span {
color: #12d726;
}
.ps-mobile-notice-content a {
color: #404aa4;
font-size: 19px;
}
.ps-mobile-notice-img {
padding: 28px 40px;
}