1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Clean up default layout, move scripts to file

This commit is contained in:
Vincevrp
2019-01-18 17:51:22 +01:00
committed by Vince
parent 68bca5a02c
commit b5d97486d9
3 changed files with 56 additions and 67 deletions

View File

@@ -7,8 +7,6 @@
@import 'fontawesome';
@import 'sortable-theme-bootstrap';
/* BS4 */
.card {
box-shadow: $card-shadow !important;
}
@@ -32,14 +30,12 @@ a,
}
}
/*.card-primary, */
.card-primary {
.card-header {
border-color: $card-primary-border !important;
}
}
/*.card-warning, */
.card-warning {
.card-header {
border-color: $card-warning-border !important;
@@ -113,6 +109,10 @@ a,
}
}
#top {
margin-bottom: 3rem !important;
}
.twitter { background: $twitter; }
.mastodon { background: $mastodon; }
.facebook { background: $facebook; }