druid/website/scss/custom.scss
Gian Merlino d007477742
Docusaurus build framework + ingestion doc refresh. (#8311)
* Docusaurus build framework + ingestion doc refresh.

* stick to npm instead of yarn

* fix typos

* restore some _bin

* Adjustments.

* detect and fix redirect anchors

* update anchor lint

* Web-console: remove specific column filters (#8343)

* add clear filter

* update tool kit

* remove usless check

* auto run

* add %

* Fix resource leak (#8337)

* Fix resource leak

* Patch comments

* Enable Spotbugs NP_NONNULL_RETURN_VIOLATION (#8234)

* Fixes from PR review.

* Fix more anchors.

* Preamble nix.

* Fix more anchors, headers

* clean up placeholder page

* add to website lint to travis config

* better broken link checking

* travis fix

* Fixed more broken links

* better redirects

* unfancy catch

* fix LGTM error

* link fixes

* fix md issues

* Addl fixes
2019-08-20 21:48:59 -07:00

113 lines
2.2 KiB
SCSS

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
$link: #4460de;
@media only screen and (max-width: 1024px) {
.navigationSlider .slidingNav ul li:last-child {
padding-top: 8px;
}
}
.fixedHeaderContainer header img {
position: absolute;
top: -4px;
height: 42px;
margin: 0;
}
.navigationSlider .slidingNav ul li a {
color: #9caeff;
font-weight: 600;
font-size: 15px;
}
.navigationSlider .slidingNav ul li:last-child a {
display: inline-block;
height: 32px;
line-height: 32px;
background: #9caeff;
border-radius: 2px;
padding: 0 10px;
color: #1C1C26;
font-weight: 600;
min-width: 106px;
text-align: center;
}
.toc .toggleNav .navGroup .navGroupSubcategoryTitle {
color: #717171;
}
pre code {
max-height: 500px;
}
.mainContainer a {
color: $link;
}
footer.druid-footer {
line-height: 1.4em;
padding: 32px 0 48px 0;
background-color: #f3f3f3;
border-top: 1px solid white;
margin-top: 50px;
.text-center {
text-align: center;
}
a {
color: #4460de;
cursor: pointer;
font-weight: 600;
&:hover {
color: $link;
}
}
.license {
margin-top: 12px;
font-size: 11px;
color: #aaa;
line-height: 1.4em;
a {
color: inherit;
font-weight: inherit;
&:hover {
color: $link;
text-decoration: underline;
}
}
}
.fa, .fab, .fas {
font-size: 18px;
margin: 6px 0;
color: $link;
}
}
.navGroups > .navGroup:last-child {
display: none;
}