37 lines
487 B
SCSS
37 lines
487 B
SCSS
/**
|
|
* LOGIN-EXT
|
|
*/
|
|
|
|
#loginext {
|
|
padding:0 10px;
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
#loginext {
|
|
width:250px;
|
|
}
|
|
}
|
|
|
|
#loginext .form-group {
|
|
margin-bottom:2px;
|
|
}
|
|
|
|
#loginext #wpLoginAttempt2 {
|
|
margin-top:8px;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
#loginext label {
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#tw-createaccount {
|
|
text-align:center;
|
|
}
|
|
|
|
.dropdown-menu > li#tw-createaccount > a:hover,
|
|
.dropdown-menu > li#tw-createaccount > a:focus {
|
|
color:#000;
|
|
background-color:transparent;
|
|
}
|