|
@@ -23,7 +23,7 @@ $clr-forms-select-hover-background: $col-blue-lightest;
|
|
|
|
|
|
.central-col {
|
|
|
max-width: 80%;
|
|
|
- margin: 0 auto;
|
|
|
+ margin: 0 auto 2rem;
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
@@ -74,9 +74,23 @@ div.clr-col-sm-8 {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.short-field {
|
|
|
+ input {
|
|
|
+ background-color: yellow !important;
|
|
|
+ border-bottom-color: magenta;
|
|
|
+ width: 50px;
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
|
// FormGroup Heading Styles
|
|
|
|
|
|
+.h-dyna-2, .h-dyna-3, .h-dyna-d {
|
|
|
+ color: $col-blue-primary;
|
|
|
+ border-bottom: 1px $col-blue-primary dotted;
|
|
|
+}
|
|
|
+
|
|
|
.h-dyna-2 {
|
|
|
font-size: 1.5em;
|
|
|
}
|
|
@@ -129,8 +143,18 @@ input, textarea, select {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.dropdownmodifiedinput
|
|
|
-{
|
|
|
+.clr-radio-wrapper ~ .clr-subtext {
|
|
|
+ display: inline;
|
|
|
+}
|
|
|
+
|
|
|
+// ---------------------------------------------------------------------------------------------------------------------
|
|
|
+//Custom Controls
|
|
|
+
|
|
|
+.dropdownmodifiedinput {
|
|
|
+ label {
|
|
|
+ display: block;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
.clr-input {
|
|
|
margin-left: 5px;
|
|
|
width: auto;
|
|
@@ -141,7 +165,7 @@ input, textarea, select {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.row-checkbutton, .row-checkbuttongroup, .row-datepicker, .row-dropdownmodifiedinput {
|
|
|
+.row-buttongroup, .row-checkbutton, .row-checkbuttongroup, .row-datepicker, .row-dropdownmodifiedinput {
|
|
|
margin-top: 1rem;
|
|
|
}
|
|
|
|
|
@@ -190,10 +214,18 @@ input, textarea, select {
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
margin-left: 0.5em;
|
|
|
- color: red;
|
|
|
+ color: firebrick;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.label-error {
|
|
|
+ color: firebrick;
|
|
|
+}
|
|
|
+
|
|
|
+clr-control-error {
|
|
|
+ color: firebrick !important;
|
|
|
+}
|
|
|
+
|
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
|
// Debugging
|
|
|
|