mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
parent
c5adadc6f5
commit
e9de3e5b60
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user