before switch to turbo

This commit is contained in:
2022-11-10 13:48:29 +01:00
parent 219f4097ff
commit 23139a5835
35 changed files with 731 additions and 139 deletions

View File

@@ -1,3 +0,0 @@
body {
background-color: lightgray;
}

View File

@@ -18,13 +18,17 @@
$primary: #FF8040;
$jet-black: #0e0e10;
$body-color: #3f3f3f;
$list-group-bg: $body-color;
$list-group-hover-bg: #232323;
$list-group-active-bg: #232323;
$list-group-action-active-bg: #232323;
@import '~bootstrap';
$body-color: #9f9f9f;
$list-group: #232323;
$list-group-bg: $list-group;
$list-group-hover-bg: darken($list-group, 10%);
$list-group-active-bg: $list-group;
$list-group-action-active-bg: $list-group;
@import 'bootstrap/scss/bootstrap';
@import 'dropzone/dist/dropzone';
@import './components/sidebar';
@@ -36,7 +40,16 @@ html, body {
background: #0e0e10;
}
// Dropzone
.dropzone .dz-preview.dz-image-preview {
background: transparent !important;
}
.article-author-img {
width: 80px;
margin: 15px;
}
///