Remove depdenency on darkswarm/mixins

This commit is contained in:
David Cook
2023-08-02 17:16:46 +10:00
parent bf9cd09462
commit 14e07e38d3
3 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
@import "../darkswarm/mixins";
#change_type {
section {
margin: 2em 0 0 0;

View File

@@ -1,5 +1,3 @@
@import "../darkswarm/mixins";
.dashboard_item.single-ent {
.header {
padding: 0.77778em 1.33333em 0.77778em 0.77778em;

View File

@@ -1,13 +1,11 @@
@import "../darkswarm/mixins";
#welcome_page {
header {
text-align: center;
padding: 4em 2em;
@include fullbg;
background-color: black;
background-image: url("../images/home/tagline-bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 2em;