mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-75750 theme: Round login frame in small viewport
This commit is contained in:
parent
269a8a8a1b
commit
4b66547881
theme
@ -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();
|
||||
}
|
||||
}
|
||||
|
@ -33601,6 +33601,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;
|
||||
@ -33641,7 +33642,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 */
|
||||
|
@ -33601,6 +33601,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;
|
||||
@ -33641,7 +33642,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