From cb33659fb1d1e93246f92c5553b0ca023fecd334 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Sat, 29 Aug 2020 11:15:42 -0700 Subject: [PATCH] _sass: Add inline-icon class --- _sass/custom/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 4797526..646c99b 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -93,6 +93,15 @@ summary { } } +.inline-icon { + background-color: #f5f6fa; + border-radius: 4px; + height: 1.5em; + margin-bottom: -0.4em; + padding: 0.4em; + vertical-align: baseline; +} + [style*="--aspect-ratio"] > :first-child { width: 100%; } -- GitLab