1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

tweak docs section a bit

* closes #144
This commit is contained in:
Matthias Kretschmann 2017-06-29 14:45:29 +02:00
parent c5adadc6f5
commit e9de3e5b60
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 17 additions and 18 deletions

View File

@ -349,18 +349,24 @@
//
// Section: Docs
//
.section--docs {
text-align: center;
}
.docs__actions {
border-top: 1px solid lighten($gray-light, 20%);
border-top: 1px solid darken($brand-main-gray-light, 5%);
padding-top: $spacer * 2;
}
.docs__title {
@extend .h3;
@extend .h5;
margin-top: 0;
// the bottom line
&:after {
content: '';
height: 2px;
width: 2rem;
display: block;
margin-top: $spacer;
background: $gray-light;
}
}
.docs__list {
@ -371,17 +377,6 @@
display: block;
padding-left: 0;
}
a {
color: $brand-primary;
box-shadow: none;
&:hover,
&:focus {
box-shadow: inset 0 -2px 0 $brand-primary;
background: transparent;
}
}
}
//

View File

@ -10,7 +10,7 @@
}
.background--light {
background: $brand-main-gray-lighter;
background: $brand-main-gray-light;
.section-title,
p,
@ -19,6 +19,10 @@
h3 {
color: $brand-main-gray;
}
a {
color: darken($brand-main-gray, 10%);
}
}
.background--gray {