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:
parent
f62911d1d2
commit
afb8f05cc6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue