mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: hasuracon banner ui updates
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9463 GitOrigin-RevId: 4310a82f05ebf09f81e24c15904d1e59089856ed
This commit is contained in:
parent
0407229c83
commit
4613aaf56e
@ -143,7 +143,7 @@ const HasuraConBanner = props => {
|
||||
<div className={styles['hasura-con-brand']}>
|
||||
<img
|
||||
className={styles['hasuracon23-img']}
|
||||
src="https://res.cloudinary.com/dh8fp23nd/image/upload/v1683727035/main-web/Group_2608664_c10sky.png"
|
||||
src="https://res.cloudinary.com/dh8fp23nd/image/upload/v1686154570/hasura-con-2023/has-con-light-date_r2a2ud.png"
|
||||
alt="Hasura Con"
|
||||
/>
|
||||
</div>
|
||||
|
@ -6,7 +6,8 @@
|
||||
grid-template-columns: 159px 1fr;
|
||||
grid-gap: 6%;
|
||||
padding: 35px 32px;
|
||||
background: #ffef93;
|
||||
background: #111927;
|
||||
border: 1px solid transparent;
|
||||
// background-image: url('@site/static/img/hasura-con-banner-light-bg.svg');
|
||||
// background-repeat: no-repeat;
|
||||
// background-size: cover;
|
||||
@ -100,7 +101,7 @@
|
||||
.hasura-con-23-title {
|
||||
font-size: 20px;
|
||||
font-weight: 800;
|
||||
color: #1f2a37;
|
||||
color: var(--color-gray-0);
|
||||
line-height: 1.25;
|
||||
letter-spacing: -0.02em;
|
||||
// max-width: 220px;
|
||||
@ -127,6 +128,7 @@
|
||||
}
|
||||
html[data-theme='dark'] {
|
||||
.hasura-con-banner {
|
||||
border: 1px solid #384250;
|
||||
.hasura-con-brand {
|
||||
.brand-light {
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user