We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd52f92 commit a5327c2Copy full SHA for a5327c2
docs/src/components/BannerFrigade/index.tsx
@@ -2,6 +2,7 @@
2
import React from 'react'
3
// @ts-ignore
4
import LogoFrigade from '@site/static/img/sponsors/frigade.png'
5
+import './styles.css'
6
7
const BannerFrigade = () => {
8
return (
docs/src/components/BannerFrigade/styles.css
@@ -0,0 +1,9 @@
1
+.sponsor-frigade {
+ /* same as `--carbon-max-char` */
+ --frigade-max-char: 20ch;
+ display: flex;
+ flex-direction: column;
+ min-inline-size: 130px;
+ max-inline-size: calc(130px + var(--frigade-max-char) + 8ch);
+ max-width: 377px;
9
+}
0 commit comments