Skip to content

Commit

Permalink
💅 Update send css file to inputs labels match as the other label inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Osvaldo Vega committed Dec 14, 2018
1 parent cba479f commit 6940812
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions src/components/bookmark/bookmark.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
& > div > div {
& > label {
font-size: 14px;
font-weight: 600;
color: var(--color-primary-standard);
}

& > input {
Expand Down
15 changes: 0 additions & 15 deletions src/components/send/steps/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,13 @@
font-size: 16px;
font-weight: 600;
}

& > label {
font-size: 14px;
font-weight: 600px !important;
}
}

& input {
border-radius: 0;
}

& > div:first-child {
& > label {
font-size: 14px;
font-weight: 600;
color: var(--color-primary-standard);
}

& > input {
font-size: 16px;
font-weight: 600;
Expand All @@ -48,8 +37,6 @@
& > div:nth-child(2) {
& > label {
font-size: 14px;
font-weight: 600;
color: var(--color-primary-standard);
}

& > input {
Expand All @@ -63,8 +50,6 @@
& > div:first-child {
& > label {
font-size: 14px;
font-weight: 600;
color: var(--color-primary-standard);
}

& > input {
Expand Down

0 comments on commit 6940812

Please sign in to comment.