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
parent
commit
15c6a8f2a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/components/Contacts/SubmitChannelForm.scss

4
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;

Loading…
Cancel
Save