diff --git a/client/dist/cms-tweaks.css b/client/dist/cms-tweaks.css index 9edb814..6d8ffab 100644 --- a/client/dist/cms-tweaks.css +++ b/client/dist/cms-tweaks.css @@ -44,4 +44,20 @@ li.class-SilverStripe_ErrorPage_ErrorPage { padding-left: .7rem; padding-right: .7rem; font-weight: 500 !important; +} + +/* Toast notification adjustments - stops them overlapping top tabs */ +.notice-wrap { + top:64px; +} + +.notice-item.good { + border-color: #008B00; +} + +.notice-item { + font-size: 12px; + min-height: 50px; + border-left: 5px solid; + box-shadow: 0px 0px 10px #bbb; } \ No newline at end of file