Skip to content

Commit

Permalink
lb-submit
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Jan 29, 2020
1 parent a6e3c85 commit bcd717f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
6 changes: 4 additions & 2 deletions public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ a {
text-align: center;
}

.lb-logo-front, .lb-logo-back {
.lb-logo-front,
.lb-logo-back {
height: 100%;
}

.lb-logo-front img, .lb-logo-back img {
.lb-logo-front img,
.lb-logo-back img {
height: 100%;
}

Expand Down
6 changes: 4 additions & 2 deletions public/league.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ a {
text-align: center;
}

.lb-logo-front, .lb-logo-back {
.lb-logo-front,
.lb-logo-back {
height: 100%;
}

.lb-logo-front img, .lb-logo-back img {
.lb-logo-front img,
.lb-logo-back img {
height: 100%;
}

Expand Down
22 changes: 12 additions & 10 deletions public/submit.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ a {
text-align: center;
}

.lb-logo-front, .lb-logo-back {
.lb-logo-front,
.lb-logo-back {
height: 100%;
}

.lb-logo-front img, .lb-logo-back img {
.lb-logo-front img,
.lb-logo-back img {
height: 100%;
}

Expand All @@ -53,41 +55,41 @@ a {
text-align: center;
}

.lb-items {
.lb-submit {
margin: 0 auto;
max-width: 1024px;
}

.lb-items .lb-row {
.lb-submit .lb-row {
display: flex;
width: 100%;
}

.lb-items .lb-row>div {
.lb-submit .lb-row>div {
font-size: 32px;
padding: 15px 30px;
text-align: center;
}

.lb-items .lb-row>div:nth-child(1) {
.lb-submit .lb-row>div:nth-child(1) {
margin-top: 10px;
min-width: 100px;
width: 15%;
}

.lb-items .lb-row>div:nth-child(2) {
.lb-submit .lb-row>div:nth-child(2) {
margin-right: auto;
text-align: left;
width: 60%;
}

.lb-items .lb-row {
.lb-submit .lb-row {
background: linear-gradient(90deg, #405666 0, #3d246b);
color: #fff;
margin-bottom: 5px;
}

.lb-items .lb-row input {
.lb-submit .lb-row input {
background-color: transparent;
border-radius: 2px;
border: 1px solid #aab7b8;
Expand All @@ -98,7 +100,7 @@ a {
width: 100%;
}

.lb-items .lb-row input:focus {
.lb-submit .lb-row input:focus {
border: 1px solid #00a1c9;
box-shadow: 0 0 0 1px #00a1c9;
outline: 0;
Expand Down
2 changes: 1 addition & 1 deletion views/submit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<h1 class="lb-title"></h1>

<div class="lb-container">
<div class="lb-items lb-initial">
<div class="lb-submit lb-initial">
<div class="lb-row">
<div>Email</div>
<div><input type="text" id="lb-email" class="lb-email text_normal" autocomplete="off" maxlength="256">
Expand Down

0 comments on commit bcd717f

Please sign in to comment.