refactor(all): cleanup mode font

This commit is contained in:
Manu Mtz.-Almeida
2018-08-24 03:33:44 +02:00
parent 0d8097b3ad
commit d12ef78de6
109 changed files with 54 additions and 221 deletions

View File

@ -41,19 +41,17 @@ view component.
## CSS Custom Properties
| Name | Description |
| ------------------- | ----------------------------------- |
| `--background` | Background of the Content |
| `--color` | Color of the Content |
| `--hr-background` | Background of the hr in the Content |
| `--hr-height` | Height of the hr in the Content |
| `--keyboard-offset` | Keyboard offset of the Content |
| `--offset-bottom` | Offset bottom of the Content |
| `--offset-top` | Offset top of the Content |
| `--padding-bottom` | Padding bottom of the Content |
| `--padding-end` | Padding end of the Content |
| `--padding-start` | Padding start of the Content |
| `--padding-top` | Padding top of the Content |
| Name | Description |
| ------------------- | ------------------------------ |
| `--background` | Background of the Content |
| `--color` | Color of the Content |
| `--keyboard-offset` | Keyboard offset of the Content |
| `--offset-bottom` | Offset bottom of the Content |
| `--offset-top` | Offset top of the Content |
| `--padding-bottom` | Padding bottom of the Content |
| `--padding-end` | Padding end of the Content |
| `--padding-start` | Padding start of the Content |
| `--padding-top` | Padding top of the Content |
----------------------------------------------