From de725a4cd68bed38fe7997272d40d6e9fb3aa638 Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 6 Aug 2014 14:33:42 +1000 Subject: [PATCH] Add unti to border radius --- app/assets/stylesheets/darkswarm/modals.css.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/modals.css.sass b/app/assets/stylesheets/darkswarm/modals.css.sass index 086ab8b076..a4a896942b 100644 --- a/app/assets/stylesheets/darkswarm/modals.css.sass +++ b/app/assets/stylesheets/darkswarm/modals.css.sass @@ -26,7 +26,7 @@ dialog .close-reveal-modal, .reveal-modal .close-reveal-modal background-color: rgba(235,235,235,0.85) text-shadow: none padding: 0.3rem - @include border-radius(999999) + @include border-radius(999999rem) &:hover, &:active, &:focus background-color: rgba(235,235,235,1) color: #333