aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-18 18:29:33 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-18 18:29:33 +0200
commit67ea2d16b7723719f7dc5aeeecc45a00605df20f (patch)
tree157f29ab78b105574ace03981aa3d94f87f69205 /p/themes/base-theme/base.css
parent7de5b93da49929072c2f984c2d78bb6865e1023d (diff)
Improved: Cleanup CSS of ".log" (#4594)
* themes css * Log Level CSS class improved * SCSS * RTL CSS
Diffstat (limited to 'p/themes/base-theme/base.css')
-rw-r--r--p/themes/base-theme/base.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 2c40e28d8..8fa2a33b6 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -800,37 +800,6 @@ a.btn {
text-align: center;
}
-/*=== LOGS */
-/*=========*/
-.loglist {
- overflow: hidden;
-}
-
-.log {
- padding: 5px 10px;
- font-size: 0.8rem;
-}
-
-.log+.log {
-}
-
-.log .date {
- display: block;
- font-weight: bold;
-}
-
-.log.error {
-}
-
-.log.warning {
-}
-
-.log.notice {
-}
-
-.log.debug {
-}
-
/*=== MOBILE */
/*===========*/