Skip to content

Commit

Permalink
css adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
wkande committed Sep 19, 2024
1 parent 7d2ceab commit 4ef1ff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/_components/QrngRemoval.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<template>
<div class="qrng-flex-container">
<img
src="/public/img/blue-warning3.png"
style="width: 22px; height: 22px"
src="/public/img/infoCircle-24px.png"
style="width: 50px; height: 50px"
/>

<span>
&nbsp;As of January 1, 2025, API3 will no longer be supporting the QRNG
service.
<span style="margin-left: 10px">
As of January 1, 2025, API3 will no longer be supporting the QRNG service.

<span style="white-space: nowrap"
><a
style="color: #194aff"
style="color: #246354"
href="https://x.com/API3DAO/status/1831820055312789650"
target="api3_qrng"
>Learn more</a
Expand All @@ -25,10 +24,12 @@
margin-top: 10px;
margin-bottom: 10px;
padding: 15px;
border: 1px gray solid;
border: 1px #7affdf solid;
border-radius: 0.25em;
max-width: 850px;
display: flex;
flex-wrap: nowrap;
background-color: #dcfbf3;
color: #030303;
}
</style>
Binary file added docs/public/img/infoCircle-24px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ef1ff6

Please sign in to comment.