Subversion Repositories SmartDukaan

Rev

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

Rev 15952 Rev 15953
Line 123... Line 123...
123
        div{
123
        div{
124
          .font(1.2em);
124
          .font(1.2em);
125
        }
125
        }
126
      }
126
      }
127
      > div:nth-of-type(2){
127
      > div:nth-of-type(2){
128
        > input{
128
        input{
129
          appearance: none;
129
          appearance: none;
130
          -webkit-appearance: none;
130
          -webkit-appearance: none;
131
          width: 60%;
131
          width: 60%;
132
          border: #F2F3EF solid 1px;
132
          border: #F2F3EF solid 1px;
133
          text-align: center;
133
          text-align: center;
134
          padding: 8px 3px;
134
          padding: 8px 3px;
135
          .boxsize;
135
          .boxsize;
136
          color:@grey;
136
          color:@grey;
137
          background:@white;
137
          background:@white;
138
        }
138
        }
139
        > div{
139
        div{
140
          .font(1.4em);
140
          .font(1.4em);
141
	      .float(right);
141
	      .float(right);
142
	      width:40%;
142
	      width:40%;
143
	      background:@sub-list;
143
	      background:@sub-list;
144
	      color:@white;
144
	      color:@white;