Sfoglia il codice sorgente

add style of label

yusuketk 6 anni fa
parent
commit
23b9b36a83
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  1. 11 1
      src/client/styles/scss/_override-bootstrap.scss

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

@@ -63,7 +63,7 @@
   background: $extralight;
   background: $extralight;
 }
 }
 
 
-// substitute for btn-default of bootstrap3  (agile-admin style)
+// page-link (substitute for btn-default of bootstrap3)  (agile-admin style)
 .page-link.text-dark.d-inline-block,
 .page-link.text-dark.d-inline-block,
 .page-link.text-dark.d-inline-block.disabled {
 .page-link.text-dark.d-inline-block.disabled {
   color: $bodytext;
   color: $bodytext;
@@ -95,3 +95,13 @@
 .modal-content {
 .modal-content {
   box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
   box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
 }
 }
+
+// col-form-label (substitute for control-label of bootstrap3)
+.col-form-label {
+  text-align: right;
+}
+
+// label
+label {
+  font-weight: 700;
+}