From 149e07bc88745af53cededc585f19c82c059ea30 Mon Sep 17 00:00:00 2001 From: Mariela Date: Tue, 23 Aug 2022 12:08:53 -0600 Subject: [PATCH] esconder boton configurar --- web-ui/web-react/public/assets/themes/khaki/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web-ui/web-react/public/assets/themes/khaki/theme.css b/web-ui/web-react/public/assets/themes/khaki/theme.css index cbdfe8aa..7ffdbdf3 100644 --- a/web-ui/web-react/public/assets/themes/khaki/theme.css +++ b/web-ui/web-react/public/assets/themes/khaki/theme.css @@ -7163,4 +7163,8 @@ display: flex; flex-direction: column; align-items: center; +} + +.layout-config-button{ + display: none!important; } \ No newline at end of file