summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/widget-catalog/widget-catalog.less
blob: 65a74a5f6af62348f1b810845621ef17468d2012 (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
.widget-catalog{
    .bg_portalWhite;//white for 1702
    //.bg_portalGray;  // gray for 1610
    position: @page-main-position;
    top: @page-main-top;
    left: @page-main-left;
    right: @page-main-right;
    bottom: @page-main-bottom;
    padding-top: @padding-top;
    overflow-y: @page-main-overflow-y;
    padding-left: @padding-left-side;
    margin: auto;

    .widget-title {
        padding-left: 20px;
        margin-bottom: -15px;
    }

  .widget-gridster-header {
	color: #0574ac;
    font-family: Omnes-ECOMP-W02-Bold, Arial;
    font-size: 18px;
  }

  .widget-gridster-footer {
    background-color: @portalWhite
  }

  .widget-iframe {
    width: 100%;
    height: 100%;
  }

  .widget-image {
    cursor: pointer;
    width: 20px;
    height: 25px;
  }

  .enlarge-content{
    top: 120px;
    left: 400px;
    width:1170px;
    height:600px;
    right: 0;
    bottom: 0;
    left: 0;
    background: none repeat scroll 0 0 @funcBkgGray;
  }

  .enlarge-close-button{
    .btn-blue;
    position: relative;
    top : -20px;
    left : 1145px;
    width : 25px;
  }

  .widgets-home-container {
    //.content_justify;
    //position: relative;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 32px;
    width: 100%;
      //margin-left: @table-margin-left;

    .portals-list {
      min-height: 70vh;
      //display: flex;
      //justify-content: center;
      flex-flow: row wrap;
      width: @table-width;
	  margin:auto;
      //margin-left: @table-margin-left;
      margin-bottom: 63px;

      .portals-list-item {
        background-color: @portalWhite;
        border-radius: 2px;
        box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1);
        display: inline-block;
        width: 360px;
        height: 300px;
        background-size: cover;
        cursor: pointer;
        margin: 15px;
        overflow: hidden;

        .portals-item-info {
          background-color: @portalWhite;
          height: 50px;
          top: 180px;
         // position: relative;
          box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1);
          padding: 16px;

          .info-title {
            //.a24r;
            .dBlue24r;  // AT&T Dark Blue
            margin-bottom: 4px;
            
            text-overflow: ellipsis;
            overflow: hidden;
          }
          .info-description {
            .portalDBlue16r;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
          }
          .info-button {
            .btn-green;
            width: 96px;
          //  position: absolute;
            bottom: 16px;
            left: 16px;
          }

          &:hover {
            opacity: .93;
            z-index: 3;
          }
        }
      }
    }
  }
}

.gridster-item-container .gridster-item-body {
	bottom:0px;
	overflow-y:auto;
    overflow-x:hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#widget-page-content{
	padding-left:250px;
}

.widget-centerAlignment{
margin: auto;
width: 1170px;
}
#widget-checkbox-label{
margin-left: 190px;
top: 3px;
}