make button nojs
This commit is contained in:
parent
7df44c37fd
commit
f91f9891ff
@ -129,7 +129,7 @@
|
|||||||
<meta name="referrer" content="no-referrer">
|
<meta name="referrer" content="no-referrer">
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link href="https://fonts.bunny.net/css?family=poppins:400,500,600" rel="stylesheet">
|
<link href="https://fonts.bunny.net/css?family=poppins:400,500,600" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.bunny.net/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
@ -264,7 +264,7 @@
|
|||||||
outline:none;
|
outline:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions { display:flex; justify-content:center; padding-bottom:24px; }
|
.actions { display:none; justify-content:center; padding-bottom:24px; }
|
||||||
.actions button {
|
.actions button {
|
||||||
padding:16px 36px; font-size:1.1rem; font-weight:600; border:none;
|
padding:16px 36px; font-size:1.1rem; font-weight:600; border:none;
|
||||||
border-radius:var(--radius); cursor:pointer;
|
border-radius:var(--radius); cursor:pointer;
|
||||||
@ -277,6 +277,12 @@
|
|||||||
|
|
||||||
@media (max-width:768px) { .panels { grid-template-columns:1fr; } }
|
@media (max-width:768px) { .panels { grid-template-columns:1fr; } }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<noscript>
|
||||||
|
.actions {
|
||||||
|
display:flex
|
||||||
|
}
|
||||||
|
</noscript>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="glass">
|
<div class="glass">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user