From 83106c166d8708f6ce5fd5c65ce4a4ad6943c48d Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 21 Oct 2020 23:07:33 +0200 Subject: Replace footer and modal icons with SVG (#13245) - Replace two font icons with SVG in the footer - Replace icons in delete modals with SVG - Horizontally center message text in modals --- web_src/less/_base.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'web_src') diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 81111d82fa..fdaa3c1814 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -679,6 +679,23 @@ code, } } } + + /* modal svg icons, copied from fomantic except width and height */ + &.icon.header svg { + width: 3em; + height: 3em; + float: none; + display: block; + line-height: 1; + padding: 0; + margin: 0 auto .5rem; + opacity: 1; + } + + /* center text in fomantic modal dialogs */ + &.modal > .content { + text-align: center; + } } .file-comment { -- cgit v1.2.3