Add common CSS and components

[MAILPOET-2677]
This commit is contained in:
Amine Ben hammou
2020-03-11 13:17:04 +01:00
committed by Veljko V
parent f98229372e
commit c4d53df406
7 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.mailpoet-settings-grid {
display: grid;
grid-column-gap: 25px;
grid-row-gap: 20px;
grid-template-columns: 20em 1fr;
margin: 25px 20px 10px 0;
}
.mailpoet-settings-label {
font-size: 14px;
font-weight: 600;
line-height: 1.3;
}
.mailpoet-settings-label-title {
color: #23282d;
cursor: pointer;
}
.mailpoet-settings-inputs label {
display: inline-block;
margin: 2px 5px;
min-width: 50px;
}
.mailpoet-settings-inputs input,
.mailpoet-settings-inputs select,
.mailpoet-settings-inputs textarea {
display: inline-block;
margin: 2px;
}