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;
26 .scale-out-modules .table-row > div {
30 border-right: 1px solid #D2D2D2;
34 .scale-out-modules .table-row > div:last-child {
38 .scale-out-modules .table-row > div:nth-child(1) {
43 .scale-out-modules .table-row > div:nth-child(2) {
47 .scale-out-modules .table-row > div:nth-child(3) {
51 .scale-out-modules .table-row > div:nth-child(4), .scale-out-modules .table-row > div:nth-child(5) {
55 .scale-out-modules .table-row > div:nth-child(6), .scale-out-modules .table-row > div:nth-child(7) {
59 .scale-out-modules .table-row.open > div {
61 border-top: 1px #009FDB solid;
62 border-bottom: 1px #009FDB solid;
65 .scale-out-modules .table-row.open > div:last-child {
66 box-shadow: 0px 0px 0px 0px red, 1px 0px 0px 0px #009FDB;
69 .scale-out-modules .table-row.open > div:nth-child(1) {
73 .scale-out-modules .table-row.open > div:nth-child(2) {
77 .scale-out-modules .table-header {
81 .scale-out-modules .table-header > div {
82 background-color: #F2F2F2;
87 .scale-out-modules .modules-table:not(.open) + .table-row {
91 .scale-out-modules .modules-table {
97 .scale-out-modules .modules-table .table-row {
101 .scale-out-modules .modules-table .table-row > div:nth-child(1) {
106 .scale-out-modules .modules-table .table-row > div:nth-child(2) {
110 .scale-out-modules .modules-table .table-row > div:nth-child(3) {
114 .scale-out-modules .modules-table .table-row > div:nth-child(3) input {
119 .scale-out-modules .modules-table .table-row > div:nth-child(4) {
123 .scale-out-modules .modules-table .table-row > div:nth-child(5) {
127 .scale-out-modules .modules-table.open {
151 border: 1px solid #D2D2D2;
158 border-right:1px solid #D2D2D2;
175 &:nth-child(4), &:nth-child(5){
178 &:nth-child(6), &:nth-child(7){
185 border-top: 1px #009FDB solid;
186 border-bottom: 1px #009FDB solid;
188 box-shadow: 0px 0px 0px 0px red, 1px 0px 0px 0px #009FDB;
190 //box-sizing: border-box;
204 background-color:#F2F2F2;
210 .modules-table:not(.open) + .table-row {