|
|
@@ -280,6 +280,17 @@ div#content-title {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
flex: 1 0 auto;
|
|
|
+
|
|
|
+ h1 {
|
|
|
+ &:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+ text-decoration-thickness: 1px;
|
|
|
+ }
|
|
|
+ > a {
|
|
|
+ text-decoration: none;
|
|
|
+ color: $body-color;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
div.paginator > form > div.input-group {
|
|
|
@@ -328,3 +339,15 @@ label.required {
|
|
|
position: absolute;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+div.bulk-buttons {
|
|
|
+ display: flex;
|
|
|
+ & > * {
|
|
|
+ margin: $spacer / 4;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+i.bi-plus:before,
|
|
|
+span.bi-plus:before {
|
|
|
+ font-weight: $font-weight-bold !important;
|
|
|
+}
|