Skip to content

Commit f3a6333

Browse files
committed
Address 'Ask Us' feedback from UXWS
Why these changes are being introduced: Darcy suggested changing the color, spacing, and size of the chat icon. Relevant ticket(s): * [GDT-129](https://mitlibraries.atlassian.net/browse/GDT-129) How this addresses that need: This applies the suggested changes. Side effects of this change: I'd originally intended to move the `view-md` and `view-lg` rules to the `layouts` partial, but opted against it since those are only used for this element. I'd be happy to make that change, though, if the reviewer feels otherwise.
1 parent 0cc75ed commit f3a6333

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/assets/stylesheets/partials/_panels.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@
8282
a {
8383
margin-top: 0.5rem;
8484
&:after {
85-
padding-left: 1rem;
8685
font-family: FontAwesome;
86+
font-size: $fs-base;
87+
color: $gray-l1;
8788
content: '\f075';
89+
padding-left: .8rem;
8890
}
8991
}
9092
&.view-md {

0 commit comments

Comments
 (0)