X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/f393f3067f3d9f1e63e3076f78a78d8d779691fb..b2579d9bb692cf293f8dea475103c60b286980b0:/edumed/static/css/base.scss diff --git a/edumed/static/css/base.scss b/edumed/static/css/base.scss index 6c45d50..9896a5f 100644 --- a/edumed/static/css/base.scss +++ b/edumed/static/css/base.scss @@ -167,14 +167,23 @@ footer.main { margin-right: 20 * $px; width: 220 * $px; } + .sponsors-page { + margin-bottom: 20 * $px; + } .sponsors-column { float: left; - margin-left: 20 * $px; - width: 100 * $px; + margin-right: 20 * $px; + width: 147 * $px; p { font-size: .75em; } } + .sponsors-column:first-child { + margin-left: 0; + } + .sponsors-column:nth-last-child(2) { + width: 100 * $px; + } .footer-extra p { margin-top: 0; } @@ -270,11 +279,17 @@ ul.messages { list-style: none; } -.messages .error { +.messages li { top: 20px; left: 20px; - border: 1px solid black; - background: red; + &.error { + background: red; + border: 1px solid black; + } + &.info { + background: #ed7831; + border: none; + } border-radius: 0.938em; padding: 5px 2px; color: white;