Files
apollo/docs/assets/theme-colors.less
Jesse Rosenberger 60eec9d687 Move documentation header down by hard-coding docstart to be taller.
This is more difficult than it should be because the `docstart` has to have
a fixed height because its children take up no actual height within it.
2018-06-15 20:18:15 +03:00

181 lines
3.4 KiB
Plaintext

@color-primary: #22A699;
.docstart {
width: 100%;
height: 390px;
//border-right: 0px solid #22A699;
//border:0px solid #22A699;
}
.docstart .pop-banner {
background-color: fade(@color-primary, 5%);
border: 2px solid @color-primary;
padding: 0.5rem;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 2rem;
.pb-content {
padding-left: 0;
padding-right: 0;
}
.pb-early-access {
font-weight: 700;
letter-spacing: .25em;
text-transform: uppercase;
color: @color-primary;
}
.pb-head {
font-weight: bold;
font-size: 1.1rem;
}
.pb-link, .pb-link a {
color: @color-primary;
text-decoration: underline;
}
}
.fundamentals, .quickstart, .guides {
//border:0px solid #22A699;
width: 33.3%;
float: left;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border-right: 0px;
p {
font-size: 0.8rem;
line-height: 1.5rem;
color: #81849b;
}
}
.headers {
padding-top: 10px;
padding-bottom: 10px;
}
#documentation-heading {
font-size: 20px;
}
.documentation-buttons {
width: 100%;
height: 100px;
.doc {
width: 33.3%;
float: left;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
}
.btn.default.hollow {
color: #e535ab;
border: 2px solid #e535ab;
border-radius: 3em;
text-indent: .1em;
letter-spacing: .1em;
text-transform: uppercase;
font-size: 14px;
line-height: 20px;
font-weight: 600;
padding: 12px 24px;
background-color: #fff;
}
@media (min-width: 768px) and (max-width: 990px) {
.btn.default.hollow {
color: #e535ab;
border: 2px solid #e535ab;
border-radius: 3em;
text-transform: uppercase;
font-size: 9px;
line-height: 20px;
font-weight: 600;
padding: 6px 12px;
background-color: #fff;
}
}
// @media (min-width: 880px) and (max-width: 928px) {
// .docstart {
// width: 100%;
// height: 274px;
// border-right: 1px solid #22A699;
// //border:0px solid #22A699;
// }
// .fundamentals, .quickstart, .guides {
// border:1px solid #22A699;
// width: 33.3%;
// float: left;
// //padding-top: 10px;
// //padding-bottom: 10px;
// //padding-left: 10px;
// //padding-right: 10px;
// border-right: 0px;
// }
// }
// /*
// ##Device = Low Resolution Tablets, Mobiles (Landscape)
// ##Screen = B/w 481px to 767px
// */
@media (min-width: 481px) and (max-width: 767px) {
.btn.default.hollow {
color: #e535ab;
border: 2px solid #e535ab;
border-radius: 3em;
text-transform: uppercase;
font-size: 8px;
line-height: 20px;
font-weight: 600;
padding: 6px 12px;
background-color: #fff;
}
}
// /*
// ##Device = Most of the Smartphones Mobiles (Portrait)
// ##Screen = B/w 320px to 479px
// */
@media (min-width: 320px) and (max-width: 480px) {
.docstart .pop-banner {
margin-left: 0;
margin-right: 0;
padding-left: 2rem;
padding-right: 2rem;
.pb-head {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}
.pb-link {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
.btn.default.hollow {
color: #e535ab;
border: 2px solid #e535ab;
border-radius: 3em;
text-transform: uppercase;
font-size: 8px;
line-height: 20px;
font-weight: 600;
padding: 6px 10px;
background-color: #fff;
}
}