diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index ed0845b..c3f91ff 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -316,6 +316,14 @@ body { font-weight: 300; } +.notify{ + background-color:#eee; + border-radius:3px; + margin-top:10px; + padding-left:3px; + padding-right:3px; +} + .white-popup { position: relative; background: #FFF; |