blob: 1178748b7604b90cf740a51504331f58389152da [file] [log] [blame]
/*
* 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.
*/
#top-header {
display: flex;
background-image: linear-gradient(141deg, #6980fa 0%, #2cb5e8 51%, #4298fc 75%);
.nav-item > .nav-link {
color: #fff;
}
.navbar-toggler {
border-color: #fff;
background: #fff;
}
i.fa-download {
color: $color-neon-green;
font-size: 80%;
}
.fork-link img {
vertical-align: sub;
}
}
.navbar-aligned {
margin: 12px 0 72px /* 60 + 12 */ 12px;
.breadcrumb {
background-color: transparent;
font-size: 90%;
color: $color-asbestos;
padding: 0;
a {
color: $color-river;
}
}
.breadcrumb > li + li:before {
content: "\f105";
padding: 0 5px;
color: $color-asbestos;
font-family: "Font Awesome\ 5 Free", serif;
font-style: normal;
font-weight: 700;
text-decoration: inherit;
}
}
.page-title, .page-title span {
font-weight: 700;
color: $color-slack;
margin-bottom: 30px;
& > i.fas {
//margin-left: -7px;
text-align: left;
}
}