From ecbdfdd28f4738c40189c60f0fb8168588906b95 Mon Sep 17 00:00:00 2001 From: Alexandra Grasland Date: Fri, 18 Jan 2019 14:25:18 +0100 Subject: [PATCH] fix(UI): fix small detail PR in progress icon --- assets/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/site.css b/assets/site.css index 4972dea5..8dc64e7e 100644 --- a/assets/site.css +++ b/assets/site.css @@ -32,4 +32,4 @@ a{font-size:2.1rem;line-height:1.5;font-weight:500;color:#FFF; text-decoration:n .error .b-body, .error .b-download .btn{background-color: #EE5B77;} .error .b-head{background-color: #E94E6B;} .error .b-diff .btn {color:#EE5B77;} -.error .b-info {padding:10px; color: #FFF;} \ No newline at end of file +.b-info {padding:10px; color: #FFF;} \ No newline at end of file