Remove duplicated and old styles from dark montage that are in base. Removes width 99% from montage content which is no longer needed

pull/3750/head
Isaac Connor 2023-07-28 14:03:20 -04:00
parent 20bbd9f3a6
commit d56beead81
1 changed files with 0 additions and 40 deletions

View File

@ -1,31 +1,3 @@
#layout {
margin-right: 10px;
}
#content {
width: 99%;
}
#monitors .monitor {
min-width: 180px;
}
#monitors .alarm {
color: #ff0000;
}
#monitors .alert {
color: #ffa500;
margin: 0;
padding: 0;
border-radius: 0;
border: none;
}
#monitors .imageFeed {
text-align: center;
vertical-align: middle;
}
#monitors .imageFeed img ,
#monitors .imageFeed svg {
@ -45,18 +17,6 @@
border: 2px solid #ffa500;
}
#monitors .monitorState {
margin: 2px auto;
text-align: center;
border: 0;
}
#monitors .alert .monitorState {
border: 0;
}
.zones polygon {
fill-opacity: 0.25;
}
.Active {
stroke: #ff0000;
fill: #ff0000;