mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
parent
c5adadc6f5
commit
e9de3e5b60
@ -349,18 +349,24 @@
|
|||||||
//
|
//
|
||||||
// Section: Docs
|
// Section: Docs
|
||||||
//
|
//
|
||||||
.section--docs {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.docs__actions {
|
.docs__actions {
|
||||||
border-top: 1px solid lighten($gray-light, 20%);
|
border-top: 1px solid darken($brand-main-gray-light, 5%);
|
||||||
padding-top: $spacer * 2;
|
padding-top: $spacer * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docs__title {
|
.docs__title {
|
||||||
@extend .h3;
|
@extend .h5;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
|
// the bottom line
|
||||||
|
&:after {
|
||||||
|
content: '';
|
||||||
|
height: 2px;
|
||||||
|
width: 2rem;
|
||||||
|
display: block;
|
||||||
|
margin-top: $spacer;
|
||||||
|
background: $gray-light;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.docs__list {
|
.docs__list {
|
||||||
@ -371,17 +377,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: $brand-primary;
|
|
||||||
box-shadow: none;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
box-shadow: inset 0 -2px 0 $brand-primary;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.background--light {
|
.background--light {
|
||||||
background: $brand-main-gray-lighter;
|
background: $brand-main-gray-light;
|
||||||
|
|
||||||
.section-title,
|
.section-title,
|
||||||
p,
|
p,
|
||||||
@ -19,6 +19,10 @@
|
|||||||
h3 {
|
h3 {
|
||||||
color: $brand-main-gray;
|
color: $brand-main-gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: darken($brand-main-gray, 10%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.background--gray {
|
.background--gray {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user