background-color: transparent;
border: 5px solid #E7B135;
font-size: 2.4rem;
- line-height: 5.4rem;
font-weight: 600;
text-transform: uppercase;
color: #E7B135;
color: #ffffff;
}
+#status {
+ line-height: 5.4rem;
+}
+
+.failed {
+ color: #ff5744;
+}
+
+#status.failed {
+ font-size: 1.5rem;
+}
+
+.test .failed:before {
+ content: '\2716';
+}
+
.test .running:before {
content: '\25b8';
}
border-left: 0 solid transparent;
}
+#magic {
+ opacity: 0;
+}
+
@keyframes fade-in {
0% { opacity: 0; }
100% { opacity: 1; }
.start {
width: 100%;
}
-
.test {
flex: none;
-
width: 100%;
}
+ #status {
+ line-height: 4.3rem;
+ }
+ .start {
+ font-size: 2.1rem;
+ }
+ #status.failed {
+ font-size: 1.4rem;
+ }
+ p {
+ font-size: 1.6rem;
+ }
+}
+
+@media only screen and (max-width: 320px) {
+ #status {
+ line-height: 3.8rem;
+ }
+ .start {
+ font-size: 1.9rem;
+ }
+ #status.failed {
+ font-size: 1.1rem;
+ }
+ p {
+ font-size: 1.4rem;
+ }
}