diff options
Diffstat (limited to 'public/ng/less/ui/alert.less')
-rw-r--r-- | public/ng/less/ui/alert.less | 14 |
1 files changed, 11 insertions, 3 deletions
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; + } +} |