Files
mediawiki-theme/resources/styles/nextbestnetwork/_loginext.scss
D. Rimron-Soutter ea5dbcb05a Initial commit
2025-11-13 16:59:49 +00:00

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;
}