mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
Merge branch 'MDL-75750-main' of https://github.com/aanabit/moodle
This commit is contained in:
commit
89769876a7
@ -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();
|
||||
}
|
||||
}
|
||||
|
@ -33223,6 +33223,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;
|
||||
@ -33263,7 +33264,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 */
|
||||
|
@ -33223,6 +33223,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;
|
||||
@ -33263,7 +33264,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