diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 52a639b65..723678b51 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -6151,7 +6151,7 @@ a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, content: "\f00c"; } /* line 419, admin-theme/_font-awesome.scss */ -.icon-remove:before, .alert.alert-danger:before:before, #carrier_wizard .wizard_error:before:before, .process-icon-cancel:before { +.icon-remove:before, .process-icon-cancel:before { content: "\f00d"; } /* line 422, admin-theme/_font-awesome.scss */ @@ -8210,12 +8210,21 @@ a.link-social:hover { position: relative; } /* line 45, admin-theme/_admin-commons.sass */ .alert.alert-danger:before, #carrier_wizard .wizard_error:before { - content: "\f00d"; position: absolute; top: 0; - left: 0; } + left: 10px; + display: block; + min-height: 25px; + min-width: 25px; + font-family: FontAwesome; + font-weight: normal; + font-style: normal; + font-size: 35px; + text-decoration: inherit; + -webkit-font-smoothing: antialiased; + content: "\f00d"; } -/* line 52, admin-theme/_admin-commons.sass */ +/* line 61, admin-theme/_admin-commons.sass */ .overflow-y { height: 200px; overflow-y: auto; } diff --git a/admin-dev/themes/default/css/admin-theme/_admin-commons.sass b/admin-dev/themes/default/css/admin-theme/_admin-commons.sass index c98ae0f49..deb57269c 100644 --- a/admin-dev/themes/default/css/admin-theme/_admin-commons.sass +++ b/admin-dev/themes/default/css/admin-theme/_admin-commons.sass @@ -43,13 +43,21 @@ padding-left: 60px position: relative &:before - content: "\f00d" - @extend .icon-remove position: absolute top: 0 - left: 0 + left: 10px + display: block + min-height: 25px + min-width: 25px + font-family: FontAwesome + font-weight: normal + font-style: normal + font-size: 35px + text-decoration: inherit + -webkit-font-smoothing: antialiased + content: "\f00d" + .overflow-y height: 200px overflow-y: auto -