Explorar o código

Merge pull request #1880 from weseek/support/fix-label-layout

add style
Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
1b140573dc
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/client/styles/scss/_override-bootstrap.scss

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

@@ -59,6 +59,14 @@
     }
   }
 
+  // Custom Control
+  .custom-control {
+    .custom-control-input,
+    .custom-control-input + .custom-control-label {
+      cursor: pointer;
+    }
+  }
+
   // card (substitute panel of bootstrap3)
   .card {
     margin-bottom: 20px;