This commit is contained in:
Janis Meister
2023-03-07 11:17:12 +01:00
parent 99694b9c82
commit 196687196c
2 changed files with 22 additions and 0 deletions

View File

@@ -50,6 +50,25 @@ export default function App() {
Excalidraw Excalidraw
</a> </a>
</div> </div>
<div className="linkContainer disabled">
<a href="#" style={{ backgroundColor: "#318766" }}>
<div className="svgContainer">
<svg viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h192v192H0z" style={{ fill: "none" }} />
<path
d="M27.55 22v45.33h45.33v23.12h-22.2V170h22.2v-34.23h46.24V170h22.21V90.45h-22.21V67.33h45.33V22h-45.33v45.33H72.88V22H27.55z"
style={{
stroke: "#fff",
strokeLinejoin: "round",
strokeWidth: "12px",
fill: "none",
}}
/>
</svg>
</div>
Minecraft (tealfire.de)
</a>
</div>
<div className="linkContainer"> <div className="linkContainer">
<a <a
href="ts3server://tealfire.de" href="ts3server://tealfire.de"

View File

@@ -41,6 +41,9 @@ $breakpoint-3: 350px;
width: 100%; width: 100%;
} }
&.disabled {
pointer-events: none;
}
a { a {
text-align: center; text-align: center;
aspect-ratio: 14/9; aspect-ratio: 14/9;