Skip to content

Commit e2c8ca7

Browse files
author
Simon L. Lange
committed
FAXE-381: icon
1 parent 18b66c2 commit e2c8ca7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

web/themes/custom/fds_faxe_theme/dist/stylesheets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/themes/custom/fds_faxe_theme/src/styles/theme/components/_box.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@
180180
a {
181181
padding-left: 35px;
182182
text-decoration: none;
183+
position: relative;
184+
color: black;
183185

184186
&:hover {
185187
text-decoration: underline;
@@ -188,7 +190,7 @@
188190
&:before {
189191
top: -1px;
190192
left: 0;
191-
193+
position: absolute;
192194
font-size: 2.4rem;
193195
font-family: "Material Icons";
194196
content: "keyboard_backspace";

0 commit comments

Comments
 (0)