]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/parameters.scss
Fix border settings used in workaround
[rails.git] / app / assets / stylesheets / parameters.scss
index 4f93273a895f7a293693ee8b66ae71dadbb6ac85..3fd0ecace64de0607841c5be57552d58aa214f7d 100644 (file)
@@ -29,8 +29,8 @@ $enable-negative-margins: true;
 // This can be removed after upgrading to bootstrap 5.2
 // This copies definitions straight from bootstrap, but uses the sass-native
 // version of the subtract function.
-$border-width: 2px;
-$border-radius: .35rem;
+$border-width: 1px;
+$border-radius: .25rem;
 $card-border-radius: $border-radius;
 $card-border-width: $border-width;
 $card-inner-border-radius: subtract($card-border-radius, $card-border-width);