/* Utility for de-emphasizing content */
-.text-muted a {
+.text-body-secondary a {
color: $blue;
}
}
> * {
- height: 100%;
padding: $lineheight * 0.5;
}
h1 {
+ height: $headerHeight;
font-size: 18px;
}
}
}
- .note-description {
- overflow: hidden;
- margin: 0 0 10px 10px;
- }
-
.query-results {
display: none;
}