summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/scaffolds.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/scaffolds.css.scss')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
index 28761fc..6700fef 100644
--- a/app/assets/stylesheets/scaffolds.css.scss
+++ b/app/assets/stylesheets/scaffolds.css.scss
@@ -1,3 +1,5 @@
+@import "bootstrap";
+
body {
background-color: #fff;
color: #333;
@@ -74,9 +76,11 @@ div {
}
.navbar-brand {
+ @extend .no-dec;
a{
- &:hover {
- color: #FFF;
+ color: white;
+ &:hover, &:active, &:focus {
+ color: white;
font-weight: normal;
text-decoration: none;
}
@@ -89,3 +93,7 @@ footer {
padding-top: 18px;
margin-top: 18px;
}
+
+button, input[type="submit"] {
+ @extend .btn;
+}