element-web-Github/res/css/views/elements
Jorik Schellekens da34e6241d Make all 'font-size's and 'line-height's rem
Font size of the whole app would ideally be controlled by a single
value. This value is currently hard coded using the :root CSS selector.
It is the intention to make this value configurable within riot. In the
interim all font-sizes have been converted to rem by the simple process
of regex. Replacing px values with their equivalent rem values assuming
a font size of 15px and then rounded to three decimal places, which was
the base at the time of this transformation.

I'm expecting another commit cleaning up rem values but I thought it
best to leave that to review.

This commit doesn't address any scaling issues. I thought it better to
land this unwieldy, mechanical, invisible change before the others
otherwise the pr would be impossible to review thoroughly.
2020-03-30 18:23:46 +01:00
..
_AccessibleButton.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_AddressSelector.scss Manually fix remaining stylelint issues 2019-07-10 16:56:40 +01:00
_AddressTile.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_DirectorySearchBox.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_Dropdown.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_EditableItemList.scss make editable list look like something closer to design 2020-03-16 17:29:35 +01:00
_ErrorBoundary.scss Add a basic error boundary for the entire app 2019-10-02 17:31:22 +01:00
_EventListSummary.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_Field.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_FormButton.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_IconButton.scss add IconButton as in design 2019-11-15 16:14:18 +01:00
_ImageView.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_InlineSpinner.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_InteractiveTooltip.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_ManageIntegsButton.scss Manually fix remaining stylelint issues 2019-07-10 16:56:40 +01:00
_PowerSelector.scss Use flex: 1 for mx_Field to replace all the calc(100% - 20px) and more 2019-06-13 23:48:47 +01:00
_ProgressBar.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_ReplyThread.scss Remove margins when in a ReplyThread to stop them taking so much space 2018-05-09 11:53:37 +01:00
_ResizeHandle.scss make resize handle not overlap with left panel sublist scrollbars 2019-01-29 18:01:29 +01:00
_RichText.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_RoleButton.scss Hide all the time travel. 2018-10-27 11:06:52 +01:00
_RoomAliasField.scss implement RoomAliasField component 2019-09-23 11:22:30 +02:00
_Spinner.scss Auto-fix stylelint issues 2019-07-10 16:56:40 +01:00
_SyntaxHighlight.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_TextWithTooltip.scss Auto-fix stylelint issues 2019-07-10 16:56:40 +01:00
_ToggleSwitch.scss Manually fix remaining stylelint issues 2019-07-10 16:56:40 +01:00
_Tooltip.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_TooltipButton.scss Make all 'font-size's and 'line-height's rem 2020-03-30 18:23:46 +01:00
_Validation.scss Style complexity progress bars more heavily 2019-04-25 14:29:10 +01:00