From 3af08b07ed28820420f16e2ebeb0820744d3afbd Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 17:03:13 +0700 Subject: [PATCH] created header.css --- author/project/system/public/css/themes/default/header.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 author/project/system/public/css/themes/default/header.css diff --git a/author/project/system/public/css/themes/default/header.css b/author/project/system/public/css/themes/default/header.css new file mode 100644 index 0000000..b440dd5 --- /dev/null +++ b/author/project/system/public/css/themes/default/header.css @@ -0,0 +1,4 @@ +@charset "UTF-8"; + +header { +}