Dan
0a44c82458
Styles and behaviour correct
7 years ago
Dan J Miller
4076496c8e
Patch 3 new account modal ( #1962 )
...
* Account details modal styling changes.
* Tweaking styles.
* New account modal re-styling.
* Tweaks to paddings, margins, font sizes, colors and modal dimensions.
* Replace colour codes with variables.
7 years ago
Dan J Miller
5b62f10a5f
Modify buy and send buttons color, border-radius and various size properties. ( #1956 )
7 years ago
sdtsui
c1fd19393f
Remove border and apply background color to gas input
7 years ago
sdtsui
5900cc8522
Tweak z-indicies
7 years ago
sdtsui
d193778958
Adjust zIndex and width for send screen
7 years ago
sdtsui
27b75b67b4
Hook up identicon and buttons to AccountDetailsModal, clean up colors
7 years ago
sdtsui
2eadf72fb7
Lint and cleanup all scss
7 years ago
sdtsui
0fab1b5482
Implement responsive wallet balances
7 years ago
sdtsui
8a39941d9a
Cleanup SCSS and improve organization of color vars
7 years ago
sdtsui
3188cc2ef0
Extract scss breakpoints into variables
7 years ago
sdtsui
e31c298288
Implement widescreen layout for tx list
7 years ago
sdtsui
d53780bcdc
Add new color for txs - dusty-gray
7 years ago
sdtsui
6be6f56ac5
Add z indicies to settings-variables
7 years ago
sdtsui
0f140c5db5
Improve positioning of caret and add reusable color for wallet view
7 years ago
sdtsui
966b25573b
Move remaining debug, fonts, reset, and transitions into inverted triangle
7 years ago
sdtsui
f73e4dd604
Move debug and colors to itcss
7 years ago
sdtsui
a0a956d646
Move generic button components and body styles to components and generic, respectively
7 years ago
sdtsui
04d1d86f30
Move old colors intro settings/variables
7 years ago
sdtsui
f0a219294d
Add inverted triangle css (itcss) folder structure
7 years ago
Dan Finlay
05080d1c50
Fix UI Dev Mode for Tx Approval
...
The state object had been changed, but our mock states for tx approval were using the old keys.
Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project.
We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things.
Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
8 years ago