mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Fixed some bugs with signup error popovers, changed color to red
This commit is contained in:
parent
ee2e2d2c57
commit
2ce7620b1d
1 changed files with 9 additions and 1 deletions
|
@ -140,7 +140,6 @@
|
||||||
border-radius:4px 4px 0 0;
|
border-radius:4px 4px 0 0;
|
||||||
@include box-shadow($signupShadow);
|
@include box-shadow($signupShadow);
|
||||||
height:700%;
|
height:700%;
|
||||||
overflow:hidden;
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top: -40px;
|
top: -40px;
|
||||||
|
|
||||||
|
@ -200,6 +199,15 @@
|
||||||
}
|
}
|
||||||
.col.col-50 {
|
.col.col-50 {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
.tooltip {
|
||||||
|
&.left .tooltip-arrow {
|
||||||
|
border-left-color: #971D31;
|
||||||
|
}
|
||||||
|
.tooltip-inner {
|
||||||
|
background-color: #971D31;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.btn-Action{
|
.btn-Action{
|
||||||
padding:10px 25px;
|
padding:10px 25px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue