Move legacy (S)CSS files to legacy folder
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2022-02-12 12:43:37 -06:00
parent 05da7f5dac
commit 878eac083c
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
8 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
//= link_tree ../images
//= link_tree ../builds
//= link admin.css
//= link legacy.css

View File

@ -1,4 +1,4 @@
@import "variables";
@import "legacy/variables";
body#admin-panel {
#wrapper {

View File

@ -1,5 +1,5 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* This is a manifest file that'll be compiled into legacy.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
@ -10,6 +10,6 @@
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require_tree .
*= require_tree ./legacy/
*= require_self
*/

View File

@ -6,6 +6,7 @@
<%= csp_meta_tag %>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://assets.kosmos.org/fonts/open-sans/open-sans.css" rel="stylesheet">
<%= stylesheet_link_tag 'admin', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= stylesheet_link_tag 'legacy', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= stylesheet_link_tag 'application' %>
</head>