Skip to content

Commit 78876e7

Browse files
author
Colleen Palmer
committed
Change font-size attributes in conversations (inbox)
refs: CNVS-25278 Test Plan: - This is a 1 to 1 change. Font size will just be relative instead of fixed sized (ie, rem instead of px) - CSS should compile successfully - Go to conversations and make sure you have none selected - Giant envelope icon should look the same http://cl.ly/3V0y0A0T0g2L Change-Id: Ia108dfa5efee8e1e8940e528fb7395b4ec059d0b Reviewed-on: https://gerrit.instructure.com/72590 Tested-by: Jenkins Reviewed-by: Chris Hart <chart@instructure.com> Product-Review: Chris Hart <chart@instructure.com> QA-Review: Myller de Araujo <myller@instructure.com>
1 parent b7fbfd7 commit 78876e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/stylesheets/pages/conversations/_conversations_new.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ h2.subject {
446446
width: 100%;
447447

448448
&:before {
449-
font-size: 120px;
449+
@include fontSize(120px);
450450
}
451451
}
452452
}

0 commit comments

Comments
 (0)