mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-75750-404' of https://github.com/aanabit/moodle into MOODLE_404_STABLE
This commit is contained in:
commit
befe9e31fb
@ -33,6 +33,7 @@ $login-identity-provider-btn-border: $border-color !default;
|
||||
padding: $logincontainer-padding;
|
||||
box-shadow: $logincontainer-shadow;
|
||||
margin-bottom: 2rem;
|
||||
@include border-radius();
|
||||
.login-languagemenu {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
@ -79,6 +80,5 @@ $login-identity-provider-btn-border: $border-color !default;
|
||||
@include media-breakpoint-up(md) {
|
||||
.login-container {
|
||||
width: 500px !important; /* stylelint-disable-line declaration-no-important */
|
||||
@include border-radius();
|
||||
}
|
||||
}
|
||||
|
@ -33377,6 +33377,7 @@ textarea[data-auto-rows] {
|
||||
padding: 3rem;
|
||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
||||
margin-bottom: 2rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
.login-container .login-languagemenu {
|
||||
display: flex;
|
||||
@ -33417,7 +33418,6 @@ textarea[data-auto-rows] {
|
||||
@media (min-width: 768px) {
|
||||
.login-container {
|
||||
width: 500px !important; /* stylelint-disable-line declaration-no-important */
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
/* modules.less */
|
||||
|
@ -33377,6 +33377,7 @@ textarea[data-auto-rows] {
|
||||
padding: 3rem;
|
||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
||||
margin-bottom: 2rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.login-container .login-languagemenu {
|
||||
display: flex;
|
||||
@ -33417,7 +33418,6 @@ textarea[data-auto-rows] {
|
||||
@media (min-width: 768px) {
|
||||
.login-container {
|
||||
width: 500px !important; /* stylelint-disable-line declaration-no-important */
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
}
|
||||
/* modules.less */
|
||||
|
Loading…
x
Reference in New Issue
Block a user