aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-08-19 15:02:06 +0000
committerMario <mario@mariovavti.com>2022-08-19 15:02:06 +0000
commit254dea7558191af140edb2597ea41f5a49756a53 (patch)
tree0cf1a48967408ff17112dd2d26ea3c7135790073 /view/theme
parentb1550f79228c230d86dad5e168a8498b3483d14e (diff)
downloadvolse-hubzilla-254dea7558191af140edb2597ea41f5a49756a53.tar.gz
volse-hubzilla-254dea7558191af140edb2597ea41f5a49756a53.tar.bz2
volse-hubzilla-254dea7558191af140edb2597ea41f5a49756a53.zip
more css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index c640eb4ba..d395ae78b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -12,7 +12,6 @@
--bs-border-radius: $radius;
}
-
html {
font-size: $font_size;
}
@@ -1408,18 +1407,27 @@ main.fullscreen .section-content-wrapper-np {
.notify-seen {
background-color: $item_colour;
}
+
/* bootstrap overrides */
-.btn,
-.form-control,
-.nav-pills .nav-link,
-.nav-tabs .nav-link {
- border-radius: var(--bs-border-radius);
+.nav-tabs {
+ --bs-nav-tabs-border-radius: $radius;
}
-.rounded-top {
- border-top-left-radius: var(--bs-border-radius);
- border-top-right-radius: var(--bs-border-radius);
+.nav-pills {
+ --bs-nav-pills-border-radius: $radius;
+}
+
+.btn {
+ --bs-btn-border-radius: $radius;
+}
+
+.card {
+ --bs-card-border-radius: $radius;
+}
+
+.form-control {
+ border-radius: $radius;
}
blockquote {