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

Commit 456c0ee2 authored by Ronak Patel's avatar Ronak Patel
Browse files

murena login page chang

parent 5ccc62a4
Loading
Loading
Loading
Loading
+125 −13
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ body {
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
    width: 256px;
    width: 180px;
    min-height: 128px;
    max-height: 200px;
    margin: 0 auto;
@@ -166,9 +166,11 @@ body {
}

.wrapper {
    width: 96%;
    max-width: 500px;
    margin-top: 10vh;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0;
    position: fixed;
}

/* Default FORM */
@@ -1087,10 +1089,18 @@ a.legal {
    font-family: "Century Gothic Regular";
}
#body-login .v-align {
    border: 1px solid #DCDCDC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    height: 100%;
    background: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 32px 0px;
    padding: 64px 44px;
}

@@ -1120,7 +1130,7 @@ a.legal {
#body-login #submit-wrapper,
#body-login #reset-password-wrapper {
    background-color: #ffffff;
    margin-top: 26px;
    margin-top: 0px;
}

#body-login #submit-form,
@@ -1148,17 +1158,24 @@ a.legal {

#body-login #submit-form,
#body-login .two-factor-submit {
    width: 190px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    width: 424px;
    height: 42px;
    background: #0086FF;
    border-radius: 24px;
    font-size: 16px;
}

#body-login #reset-password-submit {
    width: 220px;
}

#body-login form {
    margin-top: 50px;
}

#body-login fieldset {
    width: auto;
    margin: 0;
@@ -1248,3 +1265,98 @@ a.legal {
#body-login .two-factor-submit:hover {
    opacity: 0.9;
}
.banner-right-align {
    height: 100%;
    left: 0px;
    top: 0px;
    float: left;
    width: 70%;
    background: linear-gradient(127.57deg, #FF7A00 3.94%, #ED1C61 76.89%);
}
.lines{
    background-image: url(../img/lines.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
}
.banner-content {
    position: absolute;
    top: 30%;
    left: 20%;
    font-family: 'Montserrat';
    font-style: normal;
    color: #FFFFFF;
    text-align: left;
}
.banner-content--1
{
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    display: flex;
    letter-spacing: -1px;
}
.banner-content--2
{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin: 10% 0 15% 0;
}
.banner-content--3 button
{
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    background: transparent;
    color: white;
    width: 70%;
}
.banner-content--2 li {
    list-style: inside;
}
.v-align header{
    width: 100%;
}
.sign-in-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.44px;
    color: #333333;
}
.v-align main
{
    margin: 0 auto;
}
#lost-password{
    color: #0086FF !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150%;
}
 .v-align main .grouptop, .v-align main .groupbottom{
    position: relative;
    margin: 10px 0;
}
.v-align main .grouptop input, .v-align main .groupbottom input
{
    padding: 12px 16px;
    width: 424px;
    height: 48px;
    border: 1px solid #E6E8E9;
    box-sizing: border-box;
    margin: 12px 0px;
    border-bottom: 1px solid #E6E8E9 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
@@ -355,9 +355,6 @@
  #header .logo {
	background-size: auto;
  }
  #body-login #header .logo {
	margin-bottom: 22px;
  }
  
  input.primary,
  #alternative-logins li a {
@@ -1699,7 +1696,6 @@
	font-family: 'Roboto';
	letter-spacing: 1px;
  }
  #header{border-bottom: 1px solid #E6E8E9;}
  #filestable thead{background-color: unset !important ;}
  #recommendations{height: 100px !important;}
  .recommendation{border: 1px solid #E6E8E9;padding: 10px !important;margin-bottom: 5px;border-radius: 6px !important;}

core/img/lines.png

0 → 100644
+27.3 KiB
Loading image diff...