Update styling
This commit is contained in:
parent
a72b2657f4
commit
90ba052335
2 changed files with 5 additions and 4 deletions
|
@ -25,5 +25,3 @@ So, here is Nexus Polestar, a template they can build their desktop app on top o
|
||||||
While FalixNodes Desktop has always been constructed using vanilla HTML, CSS, and JavaScript, as well as primitive code from 4 years ago and older to still navigate and add additional settings, Nexus Polestar will be developed with Astro, as well as SCSS and more modernized scripts for features such as navigating and additional settings.
|
While FalixNodes Desktop has always been constructed using vanilla HTML, CSS, and JavaScript, as well as primitive code from 4 years ago and older to still navigate and add additional settings, Nexus Polestar will be developed with Astro, as well as SCSS and more modernized scripts for features such as navigating and additional settings.
|
||||||
|
|
||||||
By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies.
|
By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies.
|
||||||
|
|
||||||
<style>div#Dashboard {margin: 70px 100px}</style>
|
|
|
@ -11,7 +11,7 @@ import '../styles/index.scss'
|
||||||
---
|
---
|
||||||
|
|
||||||
<script src="./navigation.js" crossoarigin="anonymous"></script>
|
<script src="./navigation.js" crossoarigin="anonymous"></script>
|
||||||
<script defer src="./font-awesome-6.2.1/js/all.js"></script>
|
<script defer src="./font-awesome-6.3.0/js/all.js"></script>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<Splash />
|
<Splash />
|
||||||
|
@ -32,6 +32,9 @@ import '../styles/index.scss'
|
||||||
div#\31, div#\35 {
|
div#\31, div#\35 {
|
||||||
padding: 0px 64px 32px 64px;
|
padding: 0px 64px 32px 64px;
|
||||||
}
|
}
|
||||||
|
div#Dashboard {
|
||||||
|
padding: 70px 100px;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue