summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/scaffolds.css.scss
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-25 17:30:10 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-25 17:30:10 -0400
commit0c22c4bd9a0b4a0b0ff5840c1af41c0b320e3529 (patch)
tree2fc2082814e513ec5d68b22e7fa07d268df6d788 /app/assets/stylesheets/scaffolds.css.scss
parent8435c0a5ec9889a9da6ede2e24c044d64b279095 (diff)
added match status
Diffstat (limited to 'app/assets/stylesheets/scaffolds.css.scss')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss40
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;
-}