|
@@ -1,3 +1,28 @@
|
|
|
|
+.resultsMenu {
|
|
|
|
+ margin-top: 2em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.resultsMenu .menuItem {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin: 1em;
|
|
|
|
+ width: 8em;
|
|
|
|
+ height: 8em;
|
|
|
|
+ background: #fff;
|
|
|
|
+ border-radius: 0.5em;
|
|
|
|
+ color: #9c4274;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ text-decoration: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.resultsMenu .active, .resultsMenu .menuItem:hover {
|
|
|
|
+ color: #e74c3c;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.resultsMenu span {
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 6em;
|
|
|
|
+}
|
|
|
|
+
|
|
.testedUrl {
|
|
.testedUrl {
|
|
color: inherit;
|
|
color: inherit;
|
|
}
|
|
}
|
|
@@ -6,8 +31,8 @@ h4 {
|
|
margin-bottom: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|
|
|
|
|
|
-.execution {
|
|
|
|
- margin-top: 3em;
|
|
|
|
|
|
+.summary, .metrics, .execution {
|
|
|
|
+ margin-top: 2em;
|
|
padding: 1em;
|
|
padding: 1em;
|
|
background: #fff;
|
|
background: #fff;
|
|
color: #000;
|
|
color: #000;
|
|
@@ -109,9 +134,9 @@ input.textFilter {
|
|
z-index: 1;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
- .detailsOverlay {
|
|
|
|
- width: 25em;
|
|
|
|
-}
|
|
|
|
|
|
+ .detailsOverlay {
|
|
|
|
+ width: 25em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.detailsOverlay .closeBtn {
|
|
.detailsOverlay .closeBtn {
|
|
position: absolute;
|
|
position: absolute;
|