Commit Graph

10 Commits

Author SHA1 Message Date
4a44924f56 Updated webpack to resolve common file extensions 2019-10-23 00:38:36 +02:00
c454d9c9e0 Misc cleanup, more definitions of color with scss variables and added a lot of color transitions for when switching theme color. 2019-10-22 23:07:21 +02:00
fa50dd3455 Finished dark mode! This means re-doing all sass variables in the
variables.scss file and defining css variables in :root and alterting
them based on prefered color scheme. This gives us a mechanism to set
custom color schemes for the entire site from one place and changing
between them just by setting a class to the body element. This is done
by overwriting the css variables and then our scss variables use these
changes and apply them downward. This seems like a really nice setup for
the switching between- and adding color schemes.
Also did a lot of cleanup of unused, duplicate or errors styling
throughout the application.
2019-10-21 00:13:21 +02:00
3e92fbc626 Cleaned up imports 2019-06-04 22:37:02 +02:00
a30529e192 Still need to work on the dom, but the styling has been updated to be better for mobile, use variables for constant values and scoped it. 2019-06-03 23:21:48 +02:00
aa9bfa12d9 Re-wrote to support my api for requesting new movies. 2018-03-20 21:50:39 +01:00
Dmytro Barylo
697f328e53 Profile link style fix 2017-03-04 23:26:20 +02:00
Dmytro Barylo
350fcdab05 Mobile nav transition added 2017-03-04 22:03:08 +02:00
Dmytro Barylo
9c4df0a645 Mobile nav hamburger 2017-03-04 21:56:37 +02:00
Dmytro Barylo
ac6d57b46f version 1.0 2017-03-04 16:46:53 +02:00