Change sending progress bar style [MAILPOET-753]

This commit is contained in:
stoletniy
2017-05-15 21:25:40 +03:00
parent a49f9d9c80
commit 2f10f89fc5

View File

@@ -4,6 +4,7 @@
padding: 0 padding: 0
width: 100% width: 100%
margin: 0 margin: 0
margin-bottom: 10px
border-radius: 5px border-radius: 5px
position: relative position: relative
@@ -25,5 +26,5 @@
.mailpoet_progress_complete .mailpoet_progress_complete
.mailpoet_progress_bar .mailpoet_progress_bar
background-color: #fecf23 background-color: hsla(191, 78%, 80%, 1)
background-image: linear-gradient(top, #fecf23, #fd9215) background-image: linear-gradient(top, hsla(191, 78%, 80%, 1), hsla(191, 76%, 67%, 1))