itizawa 6 лет назад
Родитель
Сommit
7ede9a5ba9

+ 0 - 3
src/client/styles/agile-admin/inverse/variables.scss

@@ -54,9 +54,6 @@ $btn-default-bgcolor: darken(#fff, 10%) !default;
 // $color-inline-code: #c7254e !default;
 // $bgcolor-inline-code: #f9f2f4 !default;
 
-/*Border radius*/
-$radius: 0 !default;
-
 /*Preloader*/
 /*
 .preloader{

+ 0 - 5
src/client/styles/scss/_layout_kibela.scss

@@ -113,11 +113,6 @@ body.kibela {
     }
   }
 
-  /* button */
-  .btn {
-    // border-radius: $radius;
-  }
-
   /* edit */
   .CodeMirror {
     border-radius: 0.35em;

+ 0 - 1
src/client/styles/scss/_override-bootstrap.scss

@@ -102,7 +102,6 @@
     padding-bottom: 8px;
     margin-top: 0px;
     border: 1px solid $border;
-    border-radius: $radius;
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important;
   }