diff options
Diffstat (limited to 'app/assets/stylesheets/scaffolds.css.scss')
-rw-r--r-- | app/assets/stylesheets/scaffolds.css.scss | 40 |
1 files changed, 5 insertions, 35 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 6700fef..6ec6a8f 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -1,5 +1,3 @@ -@import "bootstrap"; - body { background-color: #fff; color: #333; @@ -8,10 +6,6 @@ body { line-height: 18px; } -h1, h2, h3, h4, h5{ - color: #0f0f0f; -} - p, ol, ul, td { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; @@ -27,11 +21,11 @@ pre { a { color: #000; &:visited { - color: #000; + color: #666; } &:hover { - color: green; - text-decoration: none; + color: #fff; + background-color: #000; } } @@ -46,9 +40,8 @@ div { } .field_with_errors { - padding: 1px; - background-color: #FF4C4C; - box-shadow: 0px 0px 5px red; + padding: 2px; + background-color: red; display: table; } @@ -74,26 +67,3 @@ div { list-style: square; } } - -.navbar-brand { - @extend .no-dec; - a{ - color: white; - &:hover, &:active, &:focus { - color: white; - font-weight: normal; - text-decoration: none; - } - } -} - -footer { - text-align: center; - border-top: solid 1px #999999; - padding-top: 18px; - margin-top: 18px; -} - -button, input[type="submit"] { - @extend .btn; -} |