convert px to rems on calendar app

Refs: CNVS-26348

test plan:
- as a user navigate to the calendar app from the left-hand nav
- your view should look like this: http://screencast.com/t/ZTfeKcIr1vg
- now increase the font size of your browser (zoom in chrome)
  the fonts should increase as well and look like this:
  http://screencast.com/t/i7nztNBnvP

Change-Id: If35bd5192bab77e7dc76bba97be6e336f7e33782
Reviewed-on: https://gerrit.instructure.com/70101
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>
This commit is contained in:
Pam Hiett 2016-01-12 09:55:20 -07:00
parent f62911d1d2
commit afb8f05cc6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
background-color: white;
}
.fc-month-view .fc-widget-header {
font-size: 14px;
@include fontSize(14px);
background-color: #f6f7f9;
line-height: 35px;
color: $ic-font-color--subdued;