aboutsummaryrefslogtreecommitdiff
path: root/_styles.scss
diff options
context:
space:
mode:
Diffstat (limited to '_styles.scss')
-rw-r--r--_styles.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/_styles.scss b/_styles.scss
new file mode 100644
index 0000000..b67fbf3
--- /dev/null
+++ b/_styles.scss
@@ -0,0 +1,28 @@
+@import "/themes/default/styles";
+
+// h1.brand {
+// background: #0084ab repeat-x top left;
+// border-bottom: 2px solid #049ecb;
+// }
+// h1.brand a {
+// background: url(../img/OpenStack-DevCloud-Logo.png) top left no-repeat;
+// }
+// #splash .login {
+// background: #0084ab url(../img/OpenStack-DevCloud-Logo-small.png) no-repeat center 35px;
+// }
+// #splash .login .modal-header {
+// border-top: 1px solid #049ecb;
+// }
+// .btn-primary {
+// background-image: none !important;
+// background-color: #0084ab !important;
+// border: none !important;
+// box-shadow: none;
+// }
+// .btn-primary:hover,
+// .btn-primary:active {
+// border: none;
+// box-shadow: none;
+// background-color: #049ecb !important;
+// text-decoration: none;
+// }