Subversion Repositories SmartDukaan

Rev

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

Rev 11008 Rev 11033
Line 997... Line 997...
997
      color:@ltblue;
997
      color:@ltblue;
998
      text-decoration:underline;
998
      text-decoration:underline;
999
    }
999
    }
1000
  }
1000
  }
1001
}
1001
}
-
 
1002
 
-
 
1003
 
-
 
1004
/**********************************emi page*************************************/
-
 
1005
 
-
 
1006
.bank-name{
-
 
1007
  .font(1.4em);
-
 
1008
  padding:8px;
-
 
1009
  .boxsize;
-
 
1010
  background:@sub-list;
-
 
1011
  color:@white;
-
 
1012
  margin-top:1px;
-
 
1013
  span{
-
 
1014
    float:right;
-
 
1015
  }
-
 
1016
}
-
 
1017
 
-
 
1018
.emi-head{
-
 
1019
  color:@grey;
-
 
1020
  .font(1.6em);
-
 
1021
  padding:8px;
-
 
1022
}
-
 
1023
 
-
 
1024
.bank-emi > div{
-
 
1025
  border-bottom:lighten(@sub-list, 30%) solid 1px;
-
 
1026
  padding:8px;
-
 
1027
}
-
 
1028
 
-
 
1029
.bank-emi > div >div{
-
 
1030
  .font(1.2em);
-
 
1031
  color:@grey;
-
 
1032
}
-
 
1033
 
-
 
1034
.bank-emi > div >div:nth-of-type(1){
-
 
1035
  .float(left);
-
 
1036
}
-
 
1037
.bank-emi > div >div:nth-of-type(2){
-
 
1038
  .float(right);
-
 
1039
}
-
 
1040
.bank-emi > div >div:nth-of-type(3){
-
 
1041
  .float(right);
-
 
1042
}