Remove SCSS variables

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-07-12 10:55:28 +02:00
parent ee20e03cc2
commit 57c3df43ff
69 changed files with 478 additions and 1065 deletions

View File

@@ -411,7 +411,6 @@ useHead({
form {
nav.navbar {
// min-height: 2rem !important;
background: lighten($secondary, 10%);
.container {
// min-height: 2rem;
@@ -419,7 +418,6 @@ form {
.navbar-menu,
.navbar-end {
// display: flex !important;
background: lighten($secondary, 10%);
// flex-wrap: wrap;
}

View File

@@ -416,7 +416,6 @@ onDeletePostDone(({ data }) => {
<style lang="scss" scoped>
@use "@/styles/_mixins" as *;
article.post {
// background: $white !important;
header {
display: flex;
flex-direction: column;
@@ -487,7 +486,6 @@ article.post {
height: 0.2rem;
content: " ";
display: block;
background-color: $purple-1;
}
.buttons {