Explorar o código

added border-radius except 5px

kaoritokashiki %!s(int64=6) %!d(string=hai) anos
pai
achega
00e1d4f1d7
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      src/client/styles/agile-admin/inverse/colors/spring.scss

+ 15 - 0
src/client/styles/agile-admin/inverse/colors/spring.scss

@@ -82,6 +82,15 @@ header.affix {
   }
 }
 
+div .page-comment-main {
+  border-radius: 10px;
+}
+
+// add comment
+div .comment-form-main {
+  border-radius: 10px;
+}
+
 /*
  * Tabs
  */
@@ -185,6 +194,9 @@ input .btn-secondary {
   .panel-primary a {
     color: $subthemecolor;
   }
+  border-radius: 3px;
+}
+
 
   /*
  *  panel
@@ -197,4 +209,7 @@ input .btn-secondary {
   .panel-default > .panel-heading {
     background-color: $third-main-color;
   }
+
+.panel .panel-body {
+  border-radius: 10px;
 }