1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-26 13:20:26 +02:00
metamask-extension/ui/app/css/itcss/generic
Mark Stacey 35941f34dd
Move default white background from body to root element (#8110)
In our base stylesheets we set the `body` background color to white.
This unfortunately also affected the preview area of Storybook. The
Storybook preview only renders isolated components, but it does
include all styles.

To avoid this problem, the white background color has been moved to
the `#app-content` div instead. All of our UI is inside this div.
2020-02-26 09:33:58 -04:00
..
index.scss Move default white background from body to root element (#8110) 2020-02-26 09:33:58 -04:00
reset.scss Fix Account Names being cropped (#3626) 2018-03-20 09:02:20 -02:30