diff --git a/docuilib/package.json b/docuilib/package.json index ec50c168fd..9c7d2ce332 100644 --- a/docuilib/package.json +++ b/docuilib/package.json @@ -1,6 +1,6 @@ { "name": "uilib-docs", - "version": "3.14.0", + "version": "3.15.0", "main": "./src/index.ts", "scripts": { "docusaurus": "docusaurus", diff --git a/docuilib/src/css/custom.css b/docuilib/src/css/custom.css index 9c28c9d615..b28971ed98 100644 --- a/docuilib/src/css/custom.css +++ b/docuilib/src/css/custom.css @@ -1,8 +1,8 @@ /** - * Any CSS included here will be global. The classic template - * bundles Infima by default. Infima is a CSS framework designed to - * work well for content-centric websites. - */ +* Any CSS included here will be global. The classic template +* bundles Infima by default. Infima is a CSS framework designed to +* work well for content-centric websites. +*/ @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); @@ -151,10 +151,8 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { background-color: #F8F9FA; padding-top: 64px; padding-bottom: 107px; - justify-content: center; } .footer__container { - justify-content: center; border-top: 1px solid #D2D6D8; padding-top: 20px; margin-left: 350px; @@ -162,12 +160,23 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { } .footer__links { display: flex; - align-items: center; justify-content: space-between; margin-bottom: 40px; } .footer__section { width: 200px; + display: flex; +} +.footer__section__item a { + display: flex; + align-items: center; +} +.footer__section__item span { + margin-right: 4px; + font-weight: 500; + font-size: 14px; + letter-spacing: 0.3px; + line-height: 38px; } .right__section { display: flex; @@ -187,7 +196,6 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { line-height: 130%; } - /** Component page tabs */ .main-tabs { diff --git a/docuilib/src/theme/Footer/index.tsx b/docuilib/src/theme/Footer/index.tsx index 2f8f8dfe36..25786f4976 100644 --- a/docuilib/src/theme/Footer/index.tsx +++ b/docuilib/src/theme/Footer/index.tsx @@ -25,35 +25,39 @@ function Footer() {
- - GitHub - external link icon - - - Expo-Snack - external link icon - +
+ + GitHub + external link icon + +
+
+ + Expo-Snack + external link icon + +
diff --git a/docuilib/static/img/logo_rnui.png b/docuilib/static/img/logo_rnui.png index eaaabcc468..5a56f78c62 100644 Binary files a/docuilib/static/img/logo_rnui.png and b/docuilib/static/img/logo_rnui.png differ