From 3ac9c4560d372c0c15d6738f3bab75df4806c45a Mon Sep 17 00:00:00 2001 From: sultan arif <53237271+sultanarif-p@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:53:07 +0300 Subject: [PATCH] Update Admin.css --- src/layout/Admin.css | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/src/layout/Admin.css b/src/layout/Admin.css index c010efb..cf7567f 100644 --- a/src/layout/Admin.css +++ b/src/layout/Admin.css @@ -1,3 +1,42 @@ + +*, *::before, *::after { + box-sizing: inherit; + padding: 0; + margin: 0; +} + +html { + box-sizing: border-box; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: normal; +} + +ul { + list-style: none; +} + +img, +video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + .wrapper { padding-left: 80px; } @@ -6,4 +45,4 @@ .wrapper{ padding-left: 50px; } -} \ No newline at end of file +}