Subversion Repositories SmartDukaan

Rev

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

Rev 11119 Rev 11194
Line 96... Line 96...
96
}
96
}
97
input.login-btn, .register-btn{
97
input.login-btn, .register-btn{
98
  .float(left);
98
  .float(left);
99
  width:100%;
99
  width:100%;
100
  margin:10px 0;
100
  margin:10px 0;
101
  background:@ltblue;
101
  background:@orange;
102
  color:@white;
102
  color:@white;
103
  .font(1.8em);
103
  .font(1.8em);
104
  text-align:center;
104
  text-align:center;
105
  padding:8px 0;
105
  padding:8px 0;
106
  text-transform:uppercase;
106
  text-transform:uppercase;
Line 137... Line 137...
137
  width:100%;
137
  width:100%;
138
  padding:8px 0;
138
  padding:8px 0;
139
  text-align:center;
139
  text-align:center;
140
  .font(1.8em);
140
  .font(1.8em);
141
  color:@white;
141
  color:@white;
142
  background: url("../images/facebook-icon.png") no-repeat -19px -6px;
142
  background: url("../images/facebook-icon.png") no-repeat 0px 0px;
143
  background-size: 58px;
143
  background-size: 36px;
144
  background-color:rgba(59,113,166,1);
144
  background-color:rgba(59,113,166,1);
145
  text-transform:uppercase;
145
  text-transform:uppercase;
146
}
146
}
147
 
147
 
148
.go-login{
148
.go-login{