| |
| /* |
| * Copyright 2017-present Open Networking Foundation |
| |
| * 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. |
| */ |
| |
| |
| .nav-tabs-suit li.active a, |
| .nav-tabs-suit li.active a:hover, |
| .nav-tabs-suit li a:hover, |
| .nav-tabs-suit > li.active > a:focus { |
| background-color: $brand-primary; |
| color: #fff; |
| outline: none; |
| } |
| |
| .nav-tabs>li { |
| margin-bottom: 0px; |
| } |
| |
| .nav-tabs-suit li a{ |
| letter-spacing: 1px; |
| } |
| |
| #suit_form_tabs { |
| border-bottom-width: 5px !important; |
| border-bottom-style: solid; |
| border-bottom-color: $brand-primary; |
| } |
| |
| .ui-widget-header { |
| background: none !important; |
| border: none !important; |
| } |