Subversion Repositories SmartDukaan

Rev

Rev 11317 | Rev 11575 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11317 Rev 11558
Line 101... Line 101...
101
}
101
}
102
 
102
 
103
/*---------------------------------topup div -------------------------------*/
103
/*---------------------------------topup div -------------------------------*/
104
 
104
 
105
.topup-cont{
105
.topup-cont{
106
  background:rgba(0,0,0,0.6);
106
  background:rgba(0,0,0,0.5);
-
 
107
  position: absolute;
-
 
108
  top: 0px;
-
 
109
  width: 100%;
-
 
110
  min-height:100%;
-
 
111
  box-sizing: border-box;
-
 
112
  -webkit-box-sizing: border-box;
107
  .topup-wrapper{
113
  .topup-wrapper{
108
    margin:5px;
114
    margin:10px;
109
    background:@white;
115
    background:@white;
110
    padding: 10px 5px;
116
    padding: 10px 5px;
111
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.7);
117
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.8);
112
  }
118
  }
113
  padding:5px;
-
 
114
  p:first-child{
119
  p:first-child{
115
    color:@grey;
120
    color:@grey;
116
    .font(1.6em);
121
    .font(1.6em);
117
    margin:5px 0;
122
    margin:5px 0;
118
    font-weight:bold;
123
    font-weight:bold;
Line 155... Line 160...
155
}
160
}
156
  
161
  
157
  .topup-cont-head >div:nth-of-type(1),.topup-cont-body >div:nth-of-type(3n+1){
162
  .topup-cont-head >div:nth-of-type(1),.topup-cont-body >div:nth-of-type(3n+1){
158
    .font(1.2em);
163
    .font(1.2em);
159
      .float(left);
164
      .float(left);
160
      width:22%;
165
      width:18%;
161
      .boxsize;
166
      .boxsize;
162
      .boxsize;
167
      .boxsize;
163
      padding:7px 3px;
168
      padding:7px 3px;
164
      text-align:center;
169
      text-align:center;
165
      background:@orange;
170
      background:@orange;
Line 180... Line 185...
180
      margin:3px 0;
185
      margin:3px 0;
181
  }
186
  }
182
  .topup-cont-head >div:nth-of-type(3),.topup-cont-body >div:nth-of-type(3n+3){
187
  .topup-cont-head >div:nth-of-type(3),.topup-cont-body >div:nth-of-type(3n+3){
183
    .font(1.2em);
188
    .font(1.2em);
184
      .float(left);
189
      .float(left);
185
      width:55%;
190
      width:59%;
186
      .boxsize;
191
      .boxsize;
187
      padding:7px 3px;
192
      padding:7px 3px;
188
      text-align:left;
193
      text-align:left;
189
      margin:3px 0;
194
      margin:3px 0;
190
      text-overflow: ellipsis;
195
      text-overflow: ellipsis;
191
      overflow: hidden;
196
      overflow: hidden;
192
      white-space: nowrap;
197
      white-space: nowrap;
193
  }
198
  }
194
  
199
  
-
 
200
  .topup-cont-body >div:nth-of-type(1), .topup-cont-body >div:nth-of-type(2), .topup-cont-body >div:nth-of-type(3){
-
 
201
    margin-top:5px;
-
 
202
  }
-
 
203
  
195
}
204
}
196
 
205
 
197
.plans-btn{
206
.plans-btn{
198
  text-align:center;
207
  text-align:center;
199
  margin:10px 0 8px;
208
  margin:10px 0 8px;