Skip to content

Commit 7cc9e8a

Browse files
committed
style(component): Add spacing for IconLink label (#9173)
1 parent 303bc5c commit 7cc9e8a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/scss/src/component/IconLink.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
&:hover {
88
color: var(--icon-link-hover-color);
99
}
10+
11+
.neo-link-label {
12+
margin-left: 0.5em;
13+
}
1014
}

0 commit comments

Comments
 (0)