summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/functionalMenu/functionalMenu-dialog/modal-details.modal.less
blob: ce434b4711a03da4a9d8d89b068823c81948f030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
.functionalMenu-details-modal {
  height: 520px;
  
 
  .title {
    //.n18r;
    .dGray18r;  //ECOMP Dark Gray
    border-bottom: @blue-active 3px solid;
 }

 .span6{
padding-top: 10px;
 }
 .right-item{
 padding-top: 10px;
 
 }
 
 .item{
  padding-top: 10px;
 
 }
.functionalMenu-height{
height:35px;
width:140%;

}

 select {
    max-width: 150%;
    width: 380px;
		}
.btn{
font-family: clearview_att_regular;
    font-size: 14px !important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.btn-group {
    cursor: pointer;
    position: relative;
    border: 1px solid #5a5a5a;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
       height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 70%;
    min-width:50%;
    background-color: #f2f2f2;
    }
    
    .btn-group>.btn+.dropdown-toggle{
       
    margin-left: 80px;
    padding-top: 10px;
    }
  .btn-medium{
    width:168px;
    margin-right: 86px;
  }
   .caret {
    margin-left: 75px;
}
.custom-select-wrap {
    width: 86%;
   }
   .custom-select-wrap::after {
       right: 101px;
   }
    
  .dropdown-menu-medium{
    max-height: 123px;
    overflow-y: auto;
    z-index: 99999;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 39px;
    width: 100%;
    background: #fff;
    border: 1px #d2d2d2 solid;
    left: 0px;
  }

  .functionalMenu-properties-main {
    padding: 16px;
    height: 306px;
    overflow-y: visible;
    input[type=checkbox][disabled]{
    height:13px;
    }
	input[type=checkbox] {
	    height: 13px !important;
	}

    .item{
      position: relative;
      margin-bottom: 18px;

      .input-field{
        .custom-input-field;
        width: 100%;
        &.url{
          width: 78%;
          display: inline-block;
        }
      }

      .select-field {
        .custom-select-field;
      }

      .item-label{
        .dGray14r;
      }

      .right-item{
        position: relative;
        display: inline-block;
        width: 48%;
        float: right;
      }
      .left-item{
        display: inline-block;
        width: 48%;
      }

      .url-validation-button{
        .btn-blue;
        width: 20%;
        display: inline-block;
        float: right;
      }

      .error-container{
        position: absolute;
        width: 220px;
        display: block;
        height: 12px;
        line-height: 12px;

        .err-message{
          color: @funcRed;
          font-size: 9px;
        }
        .valid-message{
          color: @funcGreen;
          font-size: 9px;
        }
      }

    }

  }

}