Fixed some bugs with signup error popovers, changed color to red

This commit is contained in:
Victoria Wang 2014-10-20 15:54:11 -07:00
parent ee2e2d2c57
commit 2ce7620b1d

View file

@ -140,7 +140,6 @@
border-radius:4px 4px 0 0;
@include box-shadow($signupShadow);
height:700%;
overflow:hidden;
position:absolute;
top: -40px;
@ -200,6 +199,15 @@
}
.col.col-50 {
margin-left: 0;
position: static;
}
.tooltip {
&.left .tooltip-arrow {
border-left-color: #971D31;
}
.tooltip-inner {
background-color: #971D31;
}
}
.btn-Action{
padding:10px 25px;