More cleanup

This commit is contained in:
kolaente 2018-05-21 23:19:39 +02:00
parent fa839a928a
commit 14f2fde5e2
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B
3 changed files with 0 additions and 109 deletions

View file

@ -1,15 +0,0 @@
//Palette generated by Material Palette
//materialpalette.com/light-green/orange
$primary-color-dark: #689F38;
$primary-color: #8BC34A;
$primary-color-light: #DCEDC8;
$primary-color-text: #212121;
$accent-color: #FF9800;
$primary-text-color: #212121;
$secondary-text-color: #757575;
$divider-color: #BDBDBD;
//Set bootstrap colors
$brand-primary: $primary-color;
$body-color: $primary-text-color;
$code-color: darken($accent-color, 10);

View file

@ -1,19 +0,0 @@
.landingpage {
@extend .content;
text-align: center;
.jumbotron {
background: none;
}
.logo {
width: 220px;
max-width:100%;
}
svg.octicon {
height: 24px;
margin-right: 8px;
fill: $brand-primary;
}
}

View file

@ -1,75 +0,0 @@
@import "colors";
@import "../node_modules/bootstrap/scss/bootstrap";
@import "landingpage";
.navbar {
padding: 21px 32px;
border-bottom: 1px solid $accent-color;
}
.navbar-brand {
padding: 0;
img {
height: 38px;
}
}
#navbar-responsive {
clear: right;
}
.footer {
width: 100%;
padding: 32px 0;
background-color: #f7f7f9;
p {
margin: 0;
padding: 16px 0;
}
}
.content {
margin: 64px auto;
pre {
padding: 16px;
background-color: $code-bg;
}
blockquote{
@extend .blockquote;
}
}
aside ul.nav {
@include media-breakpoint-up(sm) {
border-right: 1px solid lighten($accent-color, 30);
}
ul {
margin: 0;
padding: 8px;
margin-left: -8px;
margin-bottom: 16px;
margin-right: 16px;
border-top: 1px dashed lighten($accent-color, 30);
}
li {
list-style: none;
margin:0;
padding: 0;
li a {
font-size: 0.9rem;
}
}
}
// see https://github.com/go-gitea/theme/issues/48
article img {
max-width: 100%;
}