mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
feat: branding
This commit is contained in:
@@ -14,6 +14,25 @@
|
||||
}
|
||||
}
|
||||
|
||||
.status-heatmap-wrapper {
|
||||
position: relative;
|
||||
a.logo {
|
||||
display: block;
|
||||
background: $branding-logo no-repeat;
|
||||
background-size: contain;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
opacity: 0.15;
|
||||
|
||||
:hover > & {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.statusmap-panel {
|
||||
position: relative;
|
||||
|
||||
@@ -154,3 +173,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.statusmap-about {
|
||||
.header-logo {
|
||||
height: 145px;
|
||||
width: 330px;
|
||||
background: $about-header-logo no-repeat;
|
||||
background-size: contain;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
$font-size-sm: 12px !default;
|
||||
$font-size-tick: 11px;
|
||||
|
||||
$about-header-logo: url('../img/statusmap_icon.svg');
|
||||
$branding-logo: url('../img/flant_corner.svg');
|
||||
|
||||
Reference in New Issue
Block a user