ECOM-626 Added required check for select dropdowns and validation

This commit is contained in:
AlasdairSwan
2014-11-10 09:58:25 -05:00
parent ad3c11e58e
commit cb5c03f0d1
7 changed files with 75 additions and 23 deletions

View File

@@ -208,6 +208,10 @@
select {
width: 100%;
&.error {
border-color: tint($red,50%);
}
}
/** FROM _accounts.scss - end **/
}