2  * ============LICENSE_START=======================================================
 
   4  * ================================================================================
 
   5  * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
 
   6  * ================================================================================
 
   7  * Licensed under the Apache License, Version 2.0 (the "License");
 
   8  * you may not use this file except in compliance with the License.
 
   9  * You may obtain a copy of the License at
 
  11  *      http://www.apache.org/licenses/LICENSE-2.0
 
  13  * Unless required by applicable law or agreed to in writing, software
 
  14  * distributed under the License is distributed on an "AS IS" BASIS,
 
  15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  16  * See the License for the specific language governing permissions and
 
  17  * limitations under the License.
 
  18  * ============LICENSE_END=========================================================
 
  21 .scale-out-modules .table-row {
 
  22     border: 1px solid #D2D2D2;
 
  25 .scale-out-modules .table-row > div {
 
  29     border-right: 1px solid #D2D2D2;
 
  32 .scale-out-modules .table-row > div:last-child {
 
  35 .scale-out-modules .table-row > div:nth-child(1) {
 
  39 .scale-out-modules .table-row > div:nth-child(2) {
 
  42 .scale-out-modules .table-row > div:nth-child(3) {
 
  45 .scale-out-modules .table-row > div:nth-child(4), .scale-out-modules .table-row > div:nth-child(5) {
 
  48 .scale-out-modules .table-row > div:nth-child(6), .scale-out-modules .table-row > div:nth-child(7) {
 
  51 .scale-out-modules .table-row.open > div {
 
  53     border-top: 1px #009FDB solid;
 
  54     border-bottom: 1px #009FDB solid;
 
  56 .scale-out-modules .table-row.open > div:last-child {
 
  57     box-shadow: 0px 0px 0px 0px red, 1px 0px 0px 0px #009FDB;
 
  59 .scale-out-modules .table-row.open > div:nth-child(1) {
 
  62 .scale-out-modules .table-row.open > div:nth-child(2) {
 
  65 .scale-out-modules .table-header {
 
  68 .scale-out-modules .table-header > div {
 
  69     background-color: #F2F2F2;
 
  73 .scale-out-modules .modules-table:not(.open) + .table-row {
 
  76 .scale-out-modules .modules-table {
 
  81 .scale-out-modules .modules-table .table-row {
 
  84 .scale-out-modules .modules-table .table-row  > div:nth-child(1) {
 
  88 .scale-out-modules .modules-table .table-row  > div:nth-child(2) {
 
  91 .scale-out-modules .modules-table .table-row  > div:nth-child(3) {
 
  94 .scale-out-modules .modules-table .table-row  > div:nth-child(3) input {
 
  98 .scale-out-modules .modules-table .table-row  > div:nth-child(4) {
 
 101 .scale-out-modules .modules-table .table-row  > div:nth-child(5) {
 
 104 .scale-out-modules .modules-table.open {
 
 116                 border: 1px solid #D2D2D2;
 
 123                         border-right:1px solid #D2D2D2;
 
 140                         &:nth-child(4), &:nth-child(5){
 
 143                         &:nth-child(6), &:nth-child(7){
 
 150                         border-top: 1px #009FDB solid;
 
 151                         border-bottom: 1px #009FDB solid;
 
 153                                 box-shadow: 0px 0px 0px 0px red, 1px 0px 0px 0px #009FDB;
 
 155                         //box-sizing: border-box;
 
 169                         background-color:#F2F2F2;
 
 175         .modules-table:not(.open) + .table-row {