Igor Kuzmenko
937ecfddb7
Offsets Donation toggle shadow
2017-08-06 19:42:58 +02:00
Igor Kuzmenko
da6772e1d0
Adds gradient mixin and changes numeric font-weights to "bold"
2017-08-06 12:41:57 +02:00
Igor Kuzmenko
9dc45b2827
Adds donation banner and modal window.
...
Includes auto-conversions between USD and BTC and autogeneration of QR code.
2017-08-05 22:23:57 +02:00
Igor Kuzmenko
d0ada511d0
Fixes issues with wallet-menu on handheld devices
2017-07-19 13:02:49 +02:00
Igor Kuzmenko
9e622be29f
Fixes wallet page issues found on handheld devices
2017-07-19 12:21:40 +02:00
Igor Kuzmenko
7f028a68ba
Fixes wallet menu, list and container for correct links and translation
2017-07-18 17:50:37 +02:00
Igor Kuzmenko
c68f7ed7b5
Updating wallet layouts to allow page generation
2017-07-18 14:26:33 +02:00
Igor Kuzmenko
d02f388309
Adds button and click handler to display a specifi distro
2017-07-18 00:20:51 +02:00
Igor Kuzmenko
d3b7128f74
Adds styles for a wallet layout.
2017-07-17 22:21:36 +02:00
Igor Kuzmenko
acedfb821b
WIP: Refactoring wallets styles
2017-07-17 15:58:58 +02:00
Igor Kuzmenko
4028e39d98
WIP: Refactoring wallets styles to more maintainable structure
2017-07-17 15:32:56 +02:00
Mitchell Cash
c4f33935be
Better table formatting on small screen devices
2017-07-02 21:42:27 +10:00
David A. Harding
a40fb73dab
Layout: render CSS with both "less" and "scss"
...
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared. This is a
comparison script:
old_main_css=$( grep -rl normalize.css _site/*.css )
new_main_css=_site/css/main.css
old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
new_rtl_css=_site/css/rtl.css
(
diff -ub $old_main_css $new_main_css
diff -ub $old_rtl_css $new_rtl_css
)
2017-06-23 11:49:28 -04:00