This commit is contained in:
netop://ウエハ 2019-09-09 16:57:22 -05:00
parent 7beeffd008
commit 201f8a4a09

View file

@ -3,6 +3,21 @@ developer-program {
input-submit {
padding-top: 0.5rem;
button {
color: $lbry-white;
padding-right: 1.5rem;
padding-left: 1.5rem;
transition: background-color 0.2s;
&:not(:hover) {
background-color: $lbry-black;
}
&:hover {
background-color: $lbry-teal-4;
}
}
}
.button {