diff --git a/app/static/scss/_typography.scss b/app/static/scss/_typography.scss index 002d6197..ae158733 100644 --- a/app/static/scss/_typography.scss +++ b/app/static/scss/_typography.scss @@ -174,6 +174,15 @@ content: "\e990"; } +.fe-layers { + position: relative; + top: 1px; +} + +.fe-layers::before { + content: "\e97f"; +} + .fe-report::before { content: "\e967"; } diff --git a/app/static/structure.css b/app/static/structure.css index c095a2c5..b9328d3d 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -201,6 +201,15 @@ nav, etc which are used site-wide */ content: "\e990"; } +.fe-layers { + position: relative; + top: 1px; +} + +.fe-layers::before { + content: "\e97f"; +} + .fe-report::before { content: "\e967"; } diff --git a/app/static/styles.css b/app/static/styles.css index 184ef11e..626c0caa 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -200,6 +200,15 @@ content: "\e990"; } +.fe-layers { + position: relative; + top: 1px; +} + +.fe-layers::before { + content: "\e97f"; +} + .fe-report::before { content: "\e967"; }