/* * ============LICENSE_START======================================================= * ONAP : CDS * ================================================================================ * Copyright (C) 2020 TechMahindra *================================================================================= * 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. * ============LICENSE_END========================================================= */ .tab-pane{ padding-top: 20px; } .edit-button, .edit-button:hover, .edit-button.edit-button.active{ position: absolute; right: 15px; height: 38px; margin-top: 12px; padding: 0 15px !important; color: #fff !important; background:#1B3E6F; line-height: 38px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .edit-button.active{ background:#5DBDBA !important; } .edit-button::before{ content: ''; } .single-line-model{ margin:20px; }