module.less: Remove monitorung-statusbar gradient

This commit is contained in:
Florian Strohmaier 2020-07-20 16:11:57 +02:00 committed by Johannes Meyer
parent 77be67662b
commit 034697abf9
1 changed files with 0 additions and 15 deletions

View File

@ -7,21 +7,6 @@
padding: .25em @gutter;
line-height: 1.3;
&:before {
background: -webkit-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%);
content: "";
display: block;
height: 6px;
position: absolute;
left: 0;
right: 0;
top: -7px;
}
.services-summary,
.hosts-summary {
float: right;