mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
feat: migrate vendor specific css to scss, remove vendor style link from index.html and update styles
This commit is contained in:
parent
b323807975
commit
6f1cc85bcd
@ -3,15 +3,18 @@
|
||||
// 1. Configuration and helpers
|
||||
@use "abstracts";
|
||||
|
||||
// 2. Base stuff
|
||||
// 2. Vendors specific files
|
||||
@use "vendors";
|
||||
|
||||
// 3. Base stuff
|
||||
@use "base";
|
||||
|
||||
// 3. Components
|
||||
// 4. Components
|
||||
@use "components";
|
||||
|
||||
// 4. Layout-related sections
|
||||
// 5. Layout-related sections
|
||||
@use "layouts";
|
||||
|
||||
// 5. Page-specific styles
|
||||
// 6. Page-specific styles
|
||||
@use "pages";
|
||||
|
||||
|
||||
2
webui-src/app/scss/vendors/_index.scss
vendored
Normal file
2
webui-src/app/scss/vendors/_index.scss
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
@forward "fontawesome";
|
||||
@forward "solid";
|
||||
@ -6,8 +6,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>RetroShare</title>
|
||||
<link rel="stylesheet" href="app.css">
|
||||
<link rel="stylesheet" href="css/fontawesome.css">
|
||||
<link rel="stylesheet" href="css/solid.css">
|
||||
<link href="/data/retroshare.svg" rel="icon" data-n-head="true" type="image/svg">
|
||||
<script src="app.js"></script>
|
||||
</head>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user