Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 10846
Line 938... Line 938...
938
  margin:10px 0;
938
  margin:10px 0;
939
}
939
}
940
 
940
 
941
/*-------------recharge-faq-----------------------*/
941
/*-------------recharge-faq-----------------------*/
942
.faq-hldr{
942
.faq-hldr{
943
  background:@list-color1;
-
 
944
  h2{
943
  h2{
945
    background:@list-color1;
944
    background:@list-color1;
946
    padding:10px;
945
    padding:10px;
947
    color:@grey;
946
    color:@grey;
948
    .font(2.0em);
947
    .font(2.0em);
949
    border-top:@white solid 1px;
948
    border-top:@white solid 1px;
950
    border-bottom:@white solid 1px;
949
    border-bottom:@white solid 1px;
-
 
950
    text-transform:uppercase;
951
  }
951
  }
-
 
952
  .faq-head{
-
 
953
      color: @grey;
-
 
954
      .font(1.8em);
-
 
955
      padding:10px;
-
 
956
      border-bottom: @white solid 1px;
-
 
957
  }
952
  .faq-question{
958
  .faq-question, .qst{
953
    color:@grey;
959
    color:@grey;
954
    .font(1.4em);
960
    .font(1.4em);
955
    margin-top:10px;
961
    padding:5px 10px;
956
    padding:0 10px;
962
    background:@list-color2;
957
  }
963
  }
958
  .faq-answer{
964
  .faq-answer ,.ans{
959
    color:@grey;
965
    color:@grey;
960
    .font(1.2em);
966
    .font(1.2em);
961
    padding:0 10px;
967
    padding:10px;
-
 
968
    background:@white;
-
 
969
    img{
-
 
970
      margin:5px 0;
-
 
971
      border:@grey solid 1px;
-
 
972
      max-width:300px;
-
 
973
    }
-
 
974
    ul{
-
 
975
      margin: 10px 0 10px 15px;
-
 
976
      list-style-type: circle;
-
 
977
    }
-
 
978
    ul li{
-
 
979
      margin-bottom:5px;
-
 
980
    }
-
 
981
    p{
-
 
982
      margin-bottom:4px;
-
 
983
    }
-
 
984
    a{
-
 
985
      color:@ltblue;
-
 
986
      text-decoration:underline;
-
 
987
    }
962
  }
988
  }
963
}
989
}