[DESIGN] main content tweaks
This commit is contained in:
parent
ff34556923
commit
fa9c4948a0
@ -48,10 +48,8 @@ html body{
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Font weight
|
// Font weight
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// "fw_extralight and fw_medium" classes
|
|
||||||
// are kept for backward compatibility
|
|
||||||
b, strong{
|
b, strong{
|
||||||
font-weight: $fw_extrabold;
|
font-weight: $fw_bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -328,8 +328,11 @@ header.o_main_header{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// "in between" pages (Applications / Contributing)
|
||||||
|
|
||||||
&.doc-toc {
|
&.doc-toc {
|
||||||
.toctree-wrapper {
|
.toctree-wrapper {
|
||||||
|
margin-top: 1.5rem;
|
||||||
> ul {
|
> ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@ -385,7 +388,7 @@ header.o_main_header{
|
|||||||
|
|
||||||
> * {
|
> * {
|
||||||
width: 54.633333%;
|
width: 54.633333%;
|
||||||
max-width: 600px;
|
/* max-width: 600px; */
|
||||||
float: left;
|
float: left;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
@ -402,12 +405,7 @@ header.o_main_header{
|
|||||||
margin-left: 57%;
|
margin-left: 57%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
p, blockquote, tr, th, li {
|
|
||||||
color: $gray-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
color: $gray-light;
|
|
||||||
font-family: $font-family-serif;
|
font-family: $font-family-serif;
|
||||||
font-weight: $fw_semibold;
|
font-weight: $fw_semibold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@ -488,6 +486,11 @@ header.o_main_header{
|
|||||||
border-bottom: 1px solid $gray-light;
|
border-bottom: 1px solid $gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> h3 {
|
||||||
|
color: $gray-darkest;
|
||||||
|
font-weight: $fw_extrabold;
|
||||||
|
}
|
||||||
|
|
||||||
a.headerlink {
|
a.headerlink {
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
&:after {
|
&:after {
|
||||||
@ -512,8 +515,7 @@ header.o_main_header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.img-fluid {
|
.img-fluid {
|
||||||
@include box-shadow(0 3px 6px rgba(0, 0, 0, .16));
|
margin-bottom: 1rem;
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user