Skip to content

Commit

Permalink
Update login.less
Browse files Browse the repository at this point in the history
  • Loading branch information
achuzhegin authored Mar 27, 2024
1 parent 68ff936 commit 5fc8007
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/pages/login/login.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ body {
margin: 0;
max-width: 1280px;
max-height: 720px;
/* background-color: #f0f0f0; */

font-family: Montserrat, Arial, sans-serif;
font-weight: 500;
}
.container {
width: 340px;
/* height: 450px; */

margin: 0 auto;
margin-top: 135px;
padding-left: 15px;
Expand All @@ -35,21 +35,20 @@ body {
input {
height: 38px;
width: 100%;
/* padding: 6px 10px; */
/* background-color: #fff; */

border: none;
border-bottom: 2px solid;
border-color: #3369F3;
box-shadow: none;
/* border-radius: 0; */

outline: none;
}
.column-2 {
flex: 0 0 100%;
}

label {
/* display: inline-block; */

margin-bottom: 10px;
font-size: 12px;
color: #999999;
Expand All @@ -73,6 +72,6 @@ label {
text-align: center;
line-height: 38px;
text-decoration: none;
/* background: #3369F3; */

border-radius: 12px;
}
}

0 comments on commit 5fc8007

Please sign in to comment.