docs-v2/assets/styles/layouts/_v1-overrides.scss

77 lines
1.9 KiB
SCSS
Raw Normal View History

2020-08-27 06:09:04 +00:00
body.v1, body.platform{
.article .article--content {
blockquote {
Chronograf 1.9.0 (#2788) * base changes for chronograf-1.9.0 * chronograf 1.9.0 changelog (#2735) * Chronograf alert endpoint updates (#2753) * chronograf 1.9.0 changelog * updated chronograf alert endpoints, closes #2722, closes #2725 * link to new chronograf alert endpoints from release notes * Apply suggestions from code review Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Chronograf etcd migrations over TLS (#2757) * update chronograf etcd config options, migrate etcd data over tls, closes #2721 * Apply suggestions from code review Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> * Update content/chronograf/v1.9/tools/chronograf-cli/_index.md Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> * Chronograf template variables with Flux (#2766) * update chronograf template variable do for flux support, closes #2345, closes #2724 * update interval variable to autoInterval * Apply suggestions from code review Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Write data to InfluxDB with Chronograf (#2767) * write data to influxdb with chronograf, closes #2726 * Apply suggestions from code review Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> * Manage Kapacitor Flux tasks in Chronograf (#2768) * manage kapacitor flux tasks in chronograf, closes #2736 * Apply suggestions from code review Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> * show or hide chronograf log histogram, update icon font, closes #2723 (#2769) * send multiple queries to dashboards, closes #2731 (#2770) * Chronograf custom auto-refresh intervals (#2771) * added custom auto-refresh intervals to chronograf, closes #2370 * Apply suggestions from code review Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> * Configure v2 connections from Chronograf CLI (#2772) * configure v2 connections from chronograf cli, closes #2729 * Apply suggestions from code review Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> * Update Chronograf OAuth options (#2773) * update chronograf oauth options, closes #2727, closes #2728 * Apply suggestions from code review Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * updates to chronograf 1.9 template vars doc * added note about backwards compatible flux template variables * Update Chronograf 1.8 Flux template variables (#2777) * added flux content to chronograf 1.8 template variables doc * Apply suggestions from code review Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Apply suggestions from code review * Update content/chronograf/v1.8/guides/dashboard-template-variables.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * updated links to backwards compatible template variables * added note about chronograf annotation peristence, closes #1982 * fixed typo * added information about metaquery templates, closes #2164 (#2781) * Chronograf 1.9.0 changelog (#2775) * chronograf 1.9.0 changelog * updated changelog with links to relevant content * Apply suggestions from code review Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Apply suggestions from code review * fixed typos in chronograf kapacitor tasks doc * Apply suggestions from code review Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * clarfied release note about Flux variables * Apply suggestions from code review Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io> * Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com> Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>
2021-06-28 17:20:09 +00:00
padding: 1.65rem 2rem;
margin: 1rem 0 2rem;
border-width: 0 0 0 4px;
border-style: solid;
border-radius: 0 $radius $radius 0;
p,li {
font-size: .95rem;
font-style: inherit;
}
ul,ol {
&:last-child { margin-bottom: 1.85rem; }
}
border-color: $article-note-base;
background: rgba($article-note-base, .1);
h1,h2,h3,h4,h5,h6 {
color: $article-note-heading;
}
p, li {
color: $article-note-text;
}
strong {
color: inherit;
}
a {
color: $article-note-link;
code:after {
border-color: transparent rgba($article-note-code, .35) transparent transparent;
}
&:hover {
color: $article-note-link-hover;
code:after {
border-color: transparent $article-note-link-hover transparent transparent;
}
}
}
ol li:before {
color: $article-note-text;
}
code, pre{
color: $article-note-code;
background: $article-note-code-bg;
}
img {
box-shadow: 1px 3px 10px $article-note-shadow;
}
table{
color: $article-note-text;
box-shadow: 1px 3px 10px $article-note-shadow;
thead{
@include gradient($article-note-table-header);
}
tr:nth-child(even) td {
background: $article-note-table-row-alt;
}
}
blockquote {
border-color: rgba($article-note-text, .25);
p { color: rgba($article-note-text, .6); }
}
.code-tabs-wrapper .code-tabs a {
background: transparent;
color: rgba($article-note-text, .5);
&:hover { color: rgba($article-note-text, 1); }
&.is-active {
color: rgba($article-note-text, 1);
background: $article-note-code-bg};
}
}
}
}