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.
5 years ago
Dan J Miller
9d5be5d29f
New notification fixes ( #6955 )
...
* Replace use of backup-notification with use of home notification
* Pin notifications relative to window
* Remove unneeded isRequired condition on some home.component properties
* Refactor rendering of home notifications
* UX for multiple notifications
* Adds dismissal to provider request notification.
* Fix test failures
The e2e tests have been updated to reference `home-notification`
classnames instead of the removed `background-notification`. The
active tab proptypes and default values were updated as well.
5 years ago
Terry Smith
33071e3014
Targets base inputs and only prevents outline if user uses a mouse ( #6871 )
5 years ago
Terry Smith
721215973a
Re enable the setMouseUserState styles. ( #6860 )
...
Typo
5 years ago
Chi Kei Chan
92c03bdff2
Update buttons & colors to match design system ( #6446 )
...
* Refactoring button styles
* renaming buttons
* Add Link and Button styles
* Update new btn styles and storybook
* Fix tests
* Change font weight; Update storybook
* Fix linter
6 years ago
Dan Miller
d5411e772d
Make gas customization modal responsive.
6 years ago
Alexander Tseung
ea9d51e427
Refactor and redesign confirm transaction views
6 years ago
Alexander Tseung
df38b0f307
Fix scrolling in Deposit Ether modal ( #4336 )
7 years ago
Alexander Tseung
4f6b53c1aa
Update designs for Add Token screen
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
2381c0e0f4
Add new unlock screen design
7 years ago
Alexander Tseung
fff7f52074
Change font weight from 300 to 400
7 years ago
Alexander Tseung
3082d2e4ef
Use new design for reveal seed screen. Persist seed words only in first time flow
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
7 years ago
Alexander Tseung
3c1248c816
Update confirm transaction screen
7 years ago
Alexander Tseung
4af1003b0e
Fix Account Names being cropped ( #3626 )
7 years ago
Alexander Tseung
6f749e5576
Update Confirm Contract screen ( #3597 )
7 years ago
Alexander Tseung
08542c18e1
Update deposit ether styling ( #3510 )
7 years ago
Dan J Miller
e4c83466be
Send screen style updates. ( #3234 )
7 years ago
Alexander Tseung
9db0a32dac
Update modal header design on send screen ( #3196 )
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Chi Kei Chan
57179d2b05
Various styling fixes
7 years ago
Chi Kei Chan
35d8671843
Add responsive UI to send ether modal
7 years ago
Chi Kei Chan
062e67bff8
Add buttons; handle back; add yarn.lock
7 years ago
sdtsui
2eadf72fb7
Lint and cleanup all scss
7 years ago
sdtsui
8a39941d9a
Cleanup SCSS and improve organization of color vars
7 years ago
sdtsui
966b25573b
Move remaining debug, fonts, reset, and transitions into inverted triangle
7 years ago
sdtsui
d46a79df25
Organize app components scss
7 years ago
sdtsui
a0a956d646
Move generic button components and body styles to components and generic, respectively
7 years ago
sdtsui
f0a219294d
Add inverted triangle css (itcss) folder structure
7 years ago