aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css4
-rw-r--r--src/css/style.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index c6782fc..f04b1fb 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -101,12 +101,12 @@ root {
101 transform: translate(-50%, -50%); 101 transform: translate(-50%, -50%);
102 } 102 }
103 103
104 &[data-render='fulfilled'][data-report$="\20"]::after { 104 &[data-render='fulfilled'][data-report$='\20']::after {
105 content: '\2714 ' attr(data-report); 105 content: '\2714 ' attr(data-report);
106 animation: 1.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); 106 animation: 1.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21);
107 } 107 }
108 108
109 &[data-render='unfulfilled'][data-report$="\20"]::after { 109 &[data-render='unfulfilled'][data-report$='\20']::after {
110 content: '\2716 ' attr(data-report); 110 content: '\2716 ' attr(data-report);
111 animation: 2.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21); 111 animation: 2.5s forwards fade-out cubic-bezier(0.44, 0.18, 0.86, -0.21);
112 } 112 }
diff --git a/src/css/style.css b/src/css/style.css
index d98e871..ecc7dd8 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -84,7 +84,7 @@ a {
84 color: #007bff; 84 color: #007bff;
85 text-decoration: none; 85 text-decoration: none;
86 86
87 &[href^=http]::after { 87 &[href^='http']::after {
88 content: ''; 88 content: '';
89 display: inline-block; 89 display: inline-block;
90 width: 11px; 90 width: 11px;