diff --git a/styles/app/index.styl b/styles/app/index.styl index 98cdbec4f8..ef126c07c5 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -26,32 +26,6 @@ a { /* Page styles */ -#overlay { - width: 100%; - position: absolute; - text-align: center; -} -#alert { - position: absolute; - text-align: center; - top: 0; - left: 0; - width: 100%; - height: 0; - z-index: 99; -} -#alert > p { - display: inline-block; - padding: 0 12px; - line-height: 21px; - border: 1px solid #a69c6d; - border-top: 0; - border-bottom-color: #8c845c; - border-radius: 0 0 3px 3px; - background: #fff1a8; - box-shadow: inset 0 1px #fff7cf, 0 1px rgba(0,0,0,.1); -} - h1 { font: 26px/24px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold;