diff --git a/core/sass/components/_sign-up.scss b/core/sass/components/_sign-up.scss index afe7452564..056bd76d1e 100644 --- a/core/sass/components/_sign-up.scss +++ b/core/sass/components/_sign-up.scss @@ -142,9 +142,9 @@ line-height: 34px; } - i { + span.great-icon { margin-right: 30px; - font-size: 1.5em; + font-size: 1.5em!important; } } } diff --git a/core/sass/exportplan/_sections.scss b/core/sass/exportplan/_sections.scss index d752f8b04a..2d3a06f65a 100644 --- a/core/sass/exportplan/_sections.scss +++ b/core/sass/exportplan/_sections.scss @@ -59,7 +59,7 @@ padding: 0; } -.hide-show-trigger:checked~div>label#hide-show-button>i { +.hide-show-trigger:checked~div>label#hide-show-button>span[role="img"] { transform: rotate(90deg); padding-right: 0; } diff --git a/core/sass/learn/_base.scss b/core/sass/learn/_base.scss index c706ec10d2..71032c95cd 100644 --- a/core/sass/learn/_base.scss +++ b/core/sass/learn/_base.scss @@ -592,7 +592,7 @@ $desktop: 1024px; } } - i { + span[role='img'] { margin-bottom: 0; @include tablet { diff --git a/core/templates/core/header.html b/core/templates/core/header.html index ff252f937b..08c835aadf 100644 --- a/core/templates/core/header.html +++ b/core/templates/core/header.html @@ -28,18 +28,18 @@ {% path_match "^\/learn\/" as in_learning %}