|
@@ -57,6 +57,10 @@ textarea.form-control {
|
|
|
border-right: none;
|
|
border-right: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.input-group input {
|
|
|
|
|
+ border-color: $secondary;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* Dropdown
|
|
* Dropdown
|
|
|
*/
|
|
*/
|
|
@@ -85,6 +89,15 @@ textarea.form-control {
|
|
|
@extend .bg-dark;
|
|
@extend .bg-dark;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.card.well {
|
|
|
|
|
+ border-color: $secondary;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.card.bg-disabled {
|
|
|
|
|
+ background-color: lighten($dark, 10%);
|
|
|
|
|
+ border-color: $secondary;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* Pagination
|
|
* Pagination
|
|
|
*/
|
|
*/
|
|
@@ -242,26 +255,6 @@ body.on-edit {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/*
|
|
|
|
|
- * Link Edit Modal
|
|
|
|
|
- */
|
|
|
|
|
-.link-edit-modal {
|
|
|
|
|
- .card,
|
|
|
|
|
- input {
|
|
|
|
|
- border-color: $secondary;
|
|
|
|
|
- }
|
|
|
|
|
- .card.bg-muted {
|
|
|
|
|
- background-color: lighten($dark, 10%);
|
|
|
|
|
- border-color: $secondary;
|
|
|
|
|
- }
|
|
|
|
|
- .input-group {
|
|
|
|
|
- .input-group-text {
|
|
|
|
|
- color: $light;
|
|
|
|
|
- background-color: $secondary;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
/*
|
|
/*
|
|
|
* Popover
|
|
* Popover
|
|
|
*/
|
|
*/
|