|
|
@ -56,7 +56,7 @@ |
|
|
|
color: #325e1c; |
|
|
|
color: #325e1c; |
|
|
|
border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */ |
|
|
|
border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */ |
|
|
|
background-color: #f3faef; |
|
|
|
background-color: #f3faef; |
|
|
|
background-image: url(../../images/icons/check.svg); |
|
|
|
background-image: url(../images/icons/check.svg); |
|
|
|
box-shadow: -8px 0 0 #77b259; /* LTR */ |
|
|
|
box-shadow: -8px 0 0 #77b259; /* LTR */ |
|
|
|
} |
|
|
|
} |
|
|
|
[dir="rtl"] .messages--status { |
|
|
|
[dir="rtl"] .messages--status { |
|
|
@ -68,7 +68,7 @@ |
|
|
|
color: #734c00; |
|
|
|
color: #734c00; |
|
|
|
border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */ |
|
|
|
border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */ |
|
|
|
background-color: #fdf8ed; |
|
|
|
background-color: #fdf8ed; |
|
|
|
background-image: url(../../images/icons/warning.svg); |
|
|
|
background-image: url(../images/icons/warning.svg); |
|
|
|
box-shadow: -8px 0 0 #e09600; /* LTR */ |
|
|
|
box-shadow: -8px 0 0 #e09600; /* LTR */ |
|
|
|
} |
|
|
|
} |
|
|
|
[dir="rtl"] .messages--warning { |
|
|
|
[dir="rtl"] .messages--warning { |
|
|
@ -79,7 +79,7 @@ |
|
|
|
color: #a51b00; |
|
|
|
color: #a51b00; |
|
|
|
border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */ |
|
|
|
border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */ |
|
|
|
background-color: #fcf4f2; |
|
|
|
background-color: #fcf4f2; |
|
|
|
background-image: url(../../images/icons/error.svg); |
|
|
|
background-image: url(../images/icons/error.svg); |
|
|
|
box-shadow: -8px 0 0 #e62600; /* LTR */ |
|
|
|
box-shadow: -8px 0 0 #e62600; /* LTR */ |
|
|
|
} |
|
|
|
} |
|
|
|
[dir="rtl"] .messages--error { |
|
|
|
[dir="rtl"] .messages--error { |
|
|
|