Parcourir la source

modify border-radius

Yuki Takei il y a 4 ans
Parent
commit
f336cfe6c9

+ 5 - 5
packages/app/src/styles/_override-bootstrap-variables.scss

@@ -75,10 +75,9 @@ $blockquote-small-color: $gray-500;
 
 //== Components
 //
-$border-radius: 0.35rem;
-$border-radius-sm: 0.3rem;
-$border-radius-lg: 0.4rem;
-$border-radius-xl: 0.55rem;
+$border-radius: 4px;
+$border-radius-sm: 0;
+$border-radius-lg: 8px;
 
 // Buttons + Forms
 //
@@ -115,6 +114,7 @@ $navbar-brand-padding-y: 0;
 $navbar-nav-link-padding-x: 1rem;
 
 //== Dropdowns
+$dropdown-border-radius: $border-radius-lg;
 $dropdown-link-disabled-color: $gray-500;
 $dropdown-header-color: $gray-500;
 $dropdown-box-shadow: 0 0.5rem 0.7rem rgba(black, 0.1);
@@ -131,7 +131,7 @@ $toast-header-color: $gray-500;
 
 //== Modals
 $modal-content-border-width: 0;
-$modal-content-border-radius: $border-radius-xl;
+$modal-content-border-radius: $border-radius-lg;
 $modal-header-padding-y: 0.75rem;
 $modal-header-padding-x: 1rem;
 

+ 0 - 1
packages/app/src/styles/_subnav.scss

@@ -93,7 +93,6 @@
 
       height: 30px;
       font-size: 15px !important;
-      border-radius: $border-radius-xl;
     }
 
     .total-likes,

+ 1 - 1
packages/app/src/styles/_tag.scss

@@ -8,7 +8,7 @@
   .grw-tag-label {
     font-size: 12px;
     font-weight: normal;
-    border-radius: $border-radius-sm;
+    border-radius: $border-radius;
   }
 }