mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 07:39:54 +02:00
MDL-75750 theme: Round login frame in small viewport
This commit is contained in:
parent
e1d05182a6
commit
c85daf2e2f
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue