From ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 26 Sep 2014 22:33:30 -0400 Subject: Add modal to change username Signed-off-by: Unknwon --- public/ng/less/ui/alert.less | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'public/ng/less') diff --git a/public/ng/less/ui/alert.less b/public/ng/less/ui/alert.less index a52bc7f9..606c1114 100644 --- a/public/ng/less/ui/alert.less +++ b/public/ng/less/ui/alert.less @@ -41,7 +41,15 @@ border: 1px solid darken(@alertOrangeColor,10%); background-color: lighten(@alertOrangeColor,45%); } - - - +.white-popup-block { + background: #FFF; + padding: 20px 30px; + text-align: left; + max-width: 650px; + margin: 40px auto; + position: relative; + p { + font-size: 14px; + } +} -- cgit v1.2.3