[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / styles / ecomp-general.less
1 .w-ecomp-main-view-title {
2     //.a24r;
3     .blackText24m;
4     //margin-left: @table-margin-left;
5     width: @table-width;
6     padding-bottom: 15px;
7     //.content_justify;
8     //padding-left: 20px;
9     margin:auto;
10 }
11
12 .override_background {
13     .bg_portalGray; // 1610
14 }
15
16 input.table-search {
17   font-style: italic;
18   padding: 7px 10px;
19   width: 440px;
20   display: inline-block;
21   position: relative;
22   margin-bottom: 10px;
23   border-radius: 6px;
24   border: 1px solid @portalLGray;
25   height: 32px;
26   .form-field, .form-field-input-container {
27     width: 440px;
28   }
29   &:focus{
30     border-color: @blue-hover;
31   }
32   &:active{
33     border-color: @portalLGray;
34   }
35 }
36
37 .add-button {
38   cursor: pointer;
39   width: 120px;
40   float: right;
41
42   .btn-blue;
43
44   line-height: 32px;
45   height: 32px;
46
47   &::before {
48     .ico_add_user;
49     content: '';
50     vertical-align: middle;
51     display: inline-block;
52     margin-right: 10px;
53   }
54 }
55
56 .edit-button {
57   cursor: pointer;
58   width: 132px;
59   float:right;
60   .btn-blue;
61
62   line-height: 32px;
63   height: 32px;
64
65   &::before {
66   font-family: portalicons;
67     content: '\e6bc';
68     vertical-align: middle;
69     display: inline-block;
70     margin-right: 10px;
71   }
72 }
73
74 .errors-text {
75   .dGray14r;
76 }
77
78 .general-errors-text {
79   .dGray14r;
80   color: @err;
81 }
82
83 .ecomp-table-repeat{
84         margin-bottom:5px;
85 }
86
87 .table-control-fields{
88         display:inline-flex
89 }
90
91 .table-control-buttons{
92         float:right;
93 }
94
95 .table-control-fields input, .table-dropdown{
96         width:400px;
97         margin-right:10px;
98 }