diff options
author | Mario <mario@mariovavti.com> | 2023-01-26 09:15:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-26 09:15:46 +0000 |
commit | 0db5016666af0006d07042969c71b9aad4e39c04 (patch) | |
tree | 8042ee254178e9410c99694dc038d40d66e09bbd | |
parent | c4b37ba462e8f3b9296ca04eeb7fe68d13d7eaee (diff) | |
download | volse-hubzilla-0db5016666af0006d07042969c71b9aad4e39c04.tar.gz volse-hubzilla-0db5016666af0006d07042969c71b9aad4e39c04.tar.bz2 volse-hubzilla-0db5016666af0006d07042969c71b9aad4e39c04.zip |
remove redundant code
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ed70631d3..9548d73f5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -34,22 +34,10 @@ background-color: $nav_bg_dark !important; } -.nav-tabs { - --bs-nav-tabs-border-radius: $radius; -} - -.nav-pills { - --bs-nav-pills-border-radius: $radius; -} - .btn { --bs-btn-border-radius: $radius; } -.card { - --bs-card-border-radius: $radius; -} - /* generals */ |