Quick fix
This commit is contained in:
parent
1da5703f10
commit
865bed281f
2 changed files with 25 additions and 0 deletions
|
@ -30,6 +30,10 @@ main {
|
|||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
input {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.inner-wrap {
|
||||
max-width: 1200px;
|
||||
margin-right: auto;
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
developer-program {
|
||||
@extend %markdown;
|
||||
|
||||
input-submit {
|
||||
// TODO: FIX THIS
|
||||
// Entire block should not be here but something went wrong with the components
|
||||
padding-top: 0.5rem;
|
||||
|
||||
input {
|
||||
padding-right: var(--spacing-s);
|
||||
padding-left: var(--spacing-s);
|
||||
transition: border 0.2s;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: $lbry-black;
|
||||
border-color: $lbry-black;
|
||||
color: $lbry-white;
|
||||
padding-right: var(--spacing-m);
|
||||
padding-left: var(--spacing-m);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
margin: 1rem auto;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue