From 899621dd03e81c7566c3469cf7fdb7dd5506f818 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Tue, 4 Jan 2022 14:38:10 +0100 Subject: [PATCH] fix actions --- front/src/Components/LayoutManager/LayoutManager.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/front/src/Components/LayoutManager/LayoutManager.svelte b/front/src/Components/LayoutManager/LayoutManager.svelte index c2a59b6f..de1e802c 100644 --- a/front/src/Components/LayoutManager/LayoutManager.svelte +++ b/front/src/Components/LayoutManager/LayoutManager.svelte @@ -42,10 +42,6 @@ padding: 8px 4px; text-align: center; - font-family: Lato; - color: whitesmoke; - background-color: rgb(0, 0, 0, 0.5); - &.warning { background-color: #ff9800eb; color: #000;