Browse Source

WIP: apply bootstrap theme

* button
Yuki Takei 8 years ago
parent
commit
86dd6c9062
1 changed files with 5 additions and 1 deletions
  1. 5 1
      resource/styles/scss/_override-agileadmin.scss

+ 5 - 1
resource/styles/scss/_override-agileadmin.scss

@@ -96,7 +96,11 @@
 /*
 /*
  * Button
  * Button
  */
  */
-
+.btn {
+  &:not(.btn-rounded) {
+    border-radius: 0;
+  }
+}
 
 
 /*
 /*
  * Dropdown
  * Dropdown