before switch to turbo
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
background-color: lightgray;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
|
Reference in New Issue
Block a user