From 8352819313a9b90c86af9b1c532b08ea2e8ffc7c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jun 2023 11:59:44 +0200 Subject: Riggings for i18n --- assets/sass/_custom.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'assets') diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index 6f14db7..fc87bbf 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -116,3 +116,27 @@ ol li::marker { text-decoration-style: wavy; text-decoration-color: #CC0000; } + +nav.i18n { + display: flex; + flex-direction: row; + + svg { + min-width: 50px; + align-self: center; + } + + ul { + display: flex; + flex-direction: row; + flex-wrap: wrap; + } + + li { + padding: 0; + } + + a { + text-decoration: underline; + } +} -- cgit v1.3-6-g1900