Create sender warning component

[MAILPOET-1573]
This commit is contained in:
Pavel Dohnal
2019-01-17 14:17:13 +01:00
parent 51b484ee91
commit 28f7eeea94
5 changed files with 108 additions and 2 deletions

View File

@@ -71,3 +71,14 @@ progress::-webkit-progress-value
progress::-moz-progress-bar
background-color: progress-foreground
border-radius: progress-border-radius
/* double class is intentional here, we need to be very specific here to
something wrapping our warning message could override its style */
p.sender_email_address_warning.sender_email_address_warning,
p.sender_email_address_warning.sender_email_address_warning a
color: #990000
text-align: left
align-self: flex-start;
p.sender_email_address_warning:first-child
margin-top: 1em

View File

@@ -43,7 +43,7 @@
height: 30px
input[type="submit"]
margin: 50px 0 25px 0
a
a.sender_form_small
font-size: 12px
color: #595c65