aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_user_info.scss
Commit message (Collapse)AuthorAgeFilesLines
* Move CSS to Webpackhellekin2021-01-231-70/+0
| | | | | | | | | | | | | Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...
* Merged masterhellekin2020-11-121-0/+6
|\
| * REUSE: Add LAL-1.3 license to SCSShellekin2020-10-291-0/+6
| |
* | Adjust Style for mobile and stimulushellekin2020-11-111-1/+1
|/
* First pass at something visiblehellekin2020-10-061-0/+64
This is a first version of the application, to go beyond simple authentication.