mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
moved some sgv only css to a new file that can be ignore for validation, other css clean up
This commit is contained in:
+2
-26
@@ -10,7 +10,6 @@ html, body {
|
||||
}
|
||||
body {
|
||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
fill: #fff;
|
||||
background: #000;
|
||||
color: #bdbdbd;
|
||||
}
|
||||
@@ -217,28 +216,6 @@ body {
|
||||
top: calc(45px + 180px);
|
||||
}
|
||||
|
||||
.axis path,
|
||||
.axis line {
|
||||
fill: none;
|
||||
stroke: #ffffff;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.open-right, .open-left {
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
.grid path, .axis line {
|
||||
stroke: #bdbdbd;
|
||||
stroke-opacity: 1;
|
||||
}
|
||||
|
||||
.brush .extent {
|
||||
stroke: #ffffff;
|
||||
stroke-opacity: 0;
|
||||
fill-opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
#silenceBtn {
|
||||
z-index: 99;
|
||||
border-radius: 5px;
|
||||
@@ -318,7 +295,6 @@ body {
|
||||
background: white;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.alarms {
|
||||
@@ -559,7 +535,7 @@ body {
|
||||
.focus-range {
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
left: initial;
|
||||
left: auto;
|
||||
right: 10px;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
@@ -708,7 +684,7 @@ body {
|
||||
.focus-range {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: initial;
|
||||
left: auto;
|
||||
right: 35px;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
body {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.axis path,
|
||||
.axis line {
|
||||
fill: none;
|
||||
stroke: #ffffff;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.open-right, .open-left {
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
.grid path, .axis line {
|
||||
stroke: #bdbdbd;
|
||||
stroke-opacity: 1;
|
||||
}
|
||||
|
||||
.brush .extent {
|
||||
stroke: #ffffff;
|
||||
stroke-opacity: 0;
|
||||
fill-opacity: 0;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
pointer-events: none;
|
||||
}
|
||||
@@ -28,6 +28,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.7.0" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/drawer.css?v=0.7.0" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/sgv.css?v=0.7.0" />
|
||||
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user