Change sending progress bar style [MAILPOET-753]
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user