mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-20 01:19:51 +00:00
add disabled notice to lbry.com
This commit is contained in:
parent
4a3fabf2fd
commit
5898f6c838
2 changed files with 3 additions and 4 deletions
|
@ -55,7 +55,7 @@
|
||||||
<p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
|
<p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
|
||||||
|
|
||||||
<h2>Connect with your fans while earning money and rewards</h2>
|
<h2>Connect with your fans while earning money and rewards</h2>
|
||||||
|
<div class="notice notice-error" style="margin-bottom: 1em; margin-top: 1em;">YouTube sync is temporarily disabled.</div>
|
||||||
<form id="youtube_claim" method="post" action="/youtube/token">
|
<form id="youtube_claim" method="post" action="/youtube/token">
|
||||||
<p hidden id="sync-status" class="sync-status"></p>
|
<p hidden id="sync-status" class="sync-status"></p>
|
||||||
|
|
||||||
|
@ -70,6 +70,7 @@
|
||||||
<input
|
<input
|
||||||
onClick="return submitDetailsForm()"
|
onClick="return submitDetailsForm()"
|
||||||
type="submit"
|
type="submit"
|
||||||
|
disabled="disabled"
|
||||||
value="Claim now"
|
value="Claim now"
|
||||||
/>
|
/>
|
||||||
</input-submit>
|
</input-submit>
|
||||||
|
@ -207,6 +208,7 @@
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
<div class="notice notice-error" style="margin-bottom: 1em; margin-top: 1em;">YouTube sync is temporarily disabled.</div>
|
||||||
<button
|
<button
|
||||||
class="button button--inverse"
|
class="button button--inverse"
|
||||||
data-id="scroll-to-claim"
|
data-id="scroll-to-claim"
|
||||||
|
|
|
@ -9,13 +9,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
top: -0.5rem; right: 0;
|
|
||||||
|
|
||||||
border: 1px solid var(--lbry-gray-1);
|
border: 1px solid var(--lbry-gray-1);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
// margin-bottom: 0.5rem;
|
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
[href] {
|
[href] {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Add table
Reference in a new issue