Browse Source
Merge pull request #484 from LN-Zap/fix/submit-channel-styles
fix(submit-channel): reduce font size
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
app/components/Contacts/SubmitChannelForm.scss
|
|
@ -32,7 +32,7 @@ |
|
|
|
line-height: 32px; |
|
|
|
|
|
|
|
h2 { |
|
|
|
font-size: 14px; |
|
|
|
font-size: 10px; |
|
|
|
background: $spaceblue; |
|
|
|
padding: 10px; |
|
|
|
border-radius: 17.5px; |
|
|
@ -46,7 +46,7 @@ |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
input { |
|
|
|
font-size: 40px; |
|
|
|
font-size: 25px; |
|
|
|
max-width: 110px; |
|
|
|
background: transparent; |
|
|
|
outline: none; |
|
|
|