assets/scss/_trays.scss (36 lines of code) (raw):

// Licensed 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. .show-tray { display: block !important; //nasty hack until we convert all trays to React } .tray { display: none; position: absolute; right: 0px; top: 55px; z-index: 11; background-color: $cf-tray-body-bg; color: $cf-tray-body-color; margin: 0; .add-on { font-size: 16px; background: none; padding: 0px; margin: 10px 0; border: none; display: block; text-align: left; color: $cf-tray-body-color; text-shadow: none; height: auto; line-height: 1em; } .btn-group { .btn-cf-secondary:hover:not(.active) { color: $cf-btn-secondary-color-hover; background-color: $cf-btn-secondary-bg-hover; border-color: $cf-btn-secondary-bg-hover; } } } #header-lookahead .dropdown-menu li.active { width: 100%; }