mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-30 14:48:09 +03:00
Adds margin styles
This commit is contained in:
parent
6c9baea37f
commit
c50081d7c5
@ -165,6 +165,9 @@ ugMediumBody =
|
||||
, fontSize (px 18)
|
||||
, lineHeight (px 30)
|
||||
, color gray20
|
||||
, margin4 (px 10) (px 0) (px 0) (px 0)
|
||||
, firstChild [ margin zero ]
|
||||
, firstOfType [ margin zero ]
|
||||
]
|
||||
]
|
||||
|
||||
@ -179,6 +182,9 @@ ugSmallBody =
|
||||
, fontSize (px 16)
|
||||
, lineHeight (px 25)
|
||||
, color gray20
|
||||
, margin4 (px 7) (px 0) (px 0) (px 0)
|
||||
, firstChild [ margin zero ]
|
||||
, firstOfType [ margin zero ]
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user