]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_blocks.scss
Added translation string for tasklist WYSIWYG action
[bookstack] / resources / sass / _blocks.scss
index ef03699f1c5ee93c00ff583445d900400f7c928a..7d408cd1b5f24fdcb41f42e18e8b680bf9baa899 100644 (file)
 .card-title a {
   line-height: 1;
 }
+.card-footer-link {
+  display: block;
+  padding: $-s $-m;
+  line-height: 1;
+  border-top: 1px solid;
+  @include lightDark(border-color, #DDD, #555);
+  border-radius: 0 0 3px 3px;
+  font-size: 0.9em;
+  margin-top: $-xs;
+  &:hover {
+    text-decoration: none;
+    @include lightDark(background-color, #f2f2f2, #2d2d2d);
+  }
+}
 
 .card.border-card {
   border: 1px solid #DDD;
 }
 
 .fade-in-when-active {
-  opacity: 0.6;
+  @include lightDark(opacity, 0.6, 0.7);
   transition: opacity ease-in-out 120ms;
   &:hover, &:focus-within {
-    opacity: 1;
+    opacity: 1 !important;
+  }
+  @media (prefers-contrast: more) {
+    opacity: 1 !important;
   }
 }
 
   }
 }
 
+.tag-name.highlight, .tag-value.highlight {
+  font-weight: bold;
+}
+
 .tag-list div:last-child .tag-item {
   margin-bottom: 0;
 }