summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/leap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/leap.scss')
-rw-r--r--app/assets/stylesheets/leap.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss
index 577d211..4a3ca03 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -38,6 +38,10 @@
padding-bottom: 0;
}
+.hidden {
+ display: none;
+}
+
//
// ICONS
//
@@ -50,8 +54,6 @@
@include ie7-restore-right-whitespace();
line-height: 32px;
vertical-align: middle;
- //background-image: $iconSpritePath;
- //background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 1px;
}
@@ -74,7 +76,7 @@ input.large {
}
//
-// BOOSTRAP TWEAKS
+// BOOTSTRAP TWEAKS
//
//
@@ -155,6 +157,11 @@ input, textarea {
// SIDE NAVIGATION
//
+.user_heading {
+ margin: 1em 0;
+ font-weight: bold;
+}
+
.sidenav {
@extend .nav-tabs;
@extend .nav-stacked;