Initial commit
This commit is contained in:
36
resources/styles/nextbestnetwork/_loginext.scss
Normal file
36
resources/styles/nextbestnetwork/_loginext.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user