pp3/public/scss/style.scss (86 lines of code) (raw):

/** * 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 * * https://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. */ body { //padding-top: 60px; padding-bottom: 20px; } .navbar { margin-bottom: 10px; } .navbar-brand .fa { margin-right: 5px; color: white; } .navbar-nav { margin: 5px; } .navbar-fixed-top { z-index: 1; } .badge-red { background-color: #c12e2a; } .badge-green { background-color: #099c09; } .badge-blue { background-color:#269eda; } .badge-brown { //background-color: #8a6d3b; background-color: #b59c70; } .color-red { color: #c12e2a; } .color-green { color: #099c09; } .admin-nav a { display: inline-block; margin-right: 20px; } .r-white { color: white; } .navbar-inverse .navbar-nav>li>a { color: #c7c7c7; } .pp-footer { border-top: 1px solid #ddd; padding-top: 20px; text-align: center; margin-top: 20px; } #pp-navbar { position: relative; } #loginProviderList .providerIcon { display: inline-block; vertical-align: middle; width: 32px; height: 32px; background-size: contain; margin-right: 1ex; background-repeat: no-repeat; } #loginProviderList .list-group-item { padding: 0; a { padding: 10px 15px; text-decoration: none; color: black; background-color: white; &:hover, &:focus { color: black; background-color: #e8e8e8; } } } .dllink { color: inherit; &:hover { color: inherit; text-decoration: underline; } } .verifPopupLink:hover { text-decoration: underline; cursor: pointer; }