|
@@ -58,7 +58,7 @@ div.clr-col-sm-8 {
|
|
}
|
|
}
|
|
|
|
|
|
.red input {
|
|
.red input {
|
|
- color: rgb(202, 28, 28) !important;
|
|
|
|
|
|
+ color: red !important;
|
|
}
|
|
}
|
|
|
|
|
|
.bgPaleBlue input {
|
|
.bgPaleBlue input {
|
|
@@ -69,10 +69,26 @@ div.clr-col-sm-8 {
|
|
input {
|
|
input {
|
|
border-color: purple;
|
|
border-color: purple;
|
|
border-width: 2px;
|
|
border-width: 2px;
|
|
- width: 50%;
|
|
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ padding-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// ---------------------------------------------------------------------------------------------------------------------
|
|
|
|
+// FormGroup Heading Styles
|
|
|
|
+
|
|
|
|
+.h-dyna-2 {
|
|
|
|
+ font-size: 1.5em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.h-dyna-3 {
|
|
|
|
+ font-size: 1.25em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.h-dyna-4 {
|
|
|
|
+ font-size: 1.1em;
|
|
|
|
+}
|
|
|
|
+
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// Input styles - Clarity
|
|
// Input styles - Clarity
|
|
|
|
|
|
@@ -85,11 +101,21 @@ input, textarea, select {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// These styles *might* not be necessary in apps that use dynaform
|
|
|
|
+.clr-radio-container {
|
|
|
|
+ margin-top: 1rem;
|
|
|
|
+ > label {
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ }
|
|
|
|
+ &.clr-control-inline > label {
|
|
|
|
+ margin-right: 0.5rem;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.select:after {
|
|
.select:after {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
.clr-input, .clr-select, .date-input {
|
|
.clr-input, .clr-select, .date-input {
|
|
color: $col-charcoal;
|
|
color: $col-charcoal;
|
|
border-bottom:1px lighten($col-charcoal, 20%) solid;
|
|
border-bottom:1px lighten($col-charcoal, 20%) solid;
|
|
@@ -115,19 +141,8 @@ input, textarea, select {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-// ---------------------------------------------------------------------------------------------------------------------
|
|
|
|
-// FormGroup Heading Styles
|
|
|
|
-
|
|
|
|
-.h-dyna-2 {
|
|
|
|
- font-size: 1.5em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.h-dyna-3 {
|
|
|
|
- font-size: 1.25em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.h-dyna-4 {
|
|
|
|
- font-size: 1.1em;
|
|
|
|
|
|
+.row-checkbutton, .row-checkbuttongroup, .row-datepicker, .row-dropdownmodifiedinput {
|
|
|
|
+ margin-top: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
@@ -137,7 +152,7 @@ input, textarea, select {
|
|
margin-right: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
}
|
|
|
|
|
|
-// CHeckbutton group
|
|
|
|
|
|
+// Checkbutton group
|
|
.aba-checkbutton-group {
|
|
.aba-checkbutton-group {
|
|
.btn { margin-left: 0; margin-right: 4px; }
|
|
.btn { margin-left: 0; margin-right: 4px; }
|
|
}
|
|
}
|