From 7003d6af12373b6401c6181445cb7a83d4f7d2f9 Mon Sep 17 00:00:00 2001 From: zhegal Date: Tue, 5 Dec 2017 11:29:12 +0200 Subject: [PATCH] icons border --- frontend/web/css/custom.css | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 17e815c..22de457 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -226,6 +226,7 @@ img.img-responsive.img-circle { color: #fff;} #sect3 .box-simple .icon,#sect5 .box-simple .icon{ color: #ff9701; + border: 3px solid; border-color: #ff9701; margin-bottom: 15px; } -- libgit2 0.21.4