2ab7ebad0efe2d47dfa81a01d58701eead858de3
[portal.git] / ecomp-portal-FE-common / client / app / views / widgets / widget-details-dialog / widget-details.modal.less
1 .widget-details-modal {
2
3   .title {
4     //.n18r;
5     .dGray18r; 
6     border-bottom: @portalDBlue 3px solid;
7   }
8
9   .widget-properties-main {
10     padding: 16px;
11     height: 460px;
12     overflow-y: auto;
13
14     .item{
15       position: relative;
16       margin-bottom: 18px;
17
18       .input-field{
19         .custom-input-field;
20         width: 100%;
21         &.url{
22           width: 78%;
23           display: inline-block;
24         }
25       }
26
27       .select-field {
28         .custom-select-field;
29       }
30
31       .item-label{
32         .dGray14r;
33       }
34
35       .right-item{
36         position: relative;
37         display: inline-block;
38         width: 48%;
39         float: right;
40       }
41       .left-item{
42         display: inline-block;
43         width: 48%;
44       }
45
46       .url-validation-button{
47         .btn-blue;
48         width: 20%;
49         display: inline-block;
50         float: right;
51       }
52
53       .error-container{
54         position: absolute;
55         width: 280px;
56         display: block;
57         height: 12px;
58         line-height: 12px;
59
60         .err-message{
61           color: @funcRed;
62           font-size: 9px;
63         }
64         .valid-message{
65           color: @funcGreen;
66           font-size: 9px;
67         }
68       }
69
70     }
71
72   }
73   .widgets-details-select-app-disabled{
74         display: none;
75   }
76 }