Files
mediawiki-theme/resources/styles/nextbestnetwork/_loginext.scss
2025-12-30 16:52:12 +00:00

36 lines
486 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;
}