Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dd14815 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

fix guest box miss alignement

parent 062ccf08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1152,7 +1152,7 @@ a.legal {

#body-login .v-align .guest-box {
    justify-content: center !important;
    width: 98%;
    width: calc(98% - 32px);
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
@@ -1189,6 +1189,7 @@ a.legal {
    border-radius: 8px;
    font-size: 16px;
    background-color: #ffffff;
    margin-left: 0;
}
#body-login .input-field--legacy .input-field__main-wrapper:hover:not(:has([disabled])){
    padding: 1px;