[#75] added option to test s3 connection and send test emails

This commit is contained in:
Gani Georgiev
2022-08-21 14:30:36 +03:00
parent 3f4f4cf031
commit 587cfc335c
49 changed files with 1539 additions and 838 deletions
+12 -4
View File
@@ -628,11 +628,16 @@ select {
input[type="radio"] {
& ~ label:before {
border-radius: 50%;
font-size: 0.5rem;
font-size: 1rem;
}
&:checked ~ label:before {
content: '\eb7c';
color: #fff;
}
.form-field-block {
@extend %block;
position: relative;
margin: 0 0 var(--xsSpacing);
&:last-child {
margin-bottom: 0;
}
}
@@ -1046,5 +1051,8 @@ select {
.cm-selectionMatch {
background: var(--infoAltColor);
}
&.cm-focused .cm-matchingBracket {
background-color: rgba(50, 140, 130, 0.1);
}
}
}