summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/ci/sections/navbar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/ci/sections/navbar.scss')
-rw-r--r--app/assets/stylesheets/ci/sections/navbar.scss54
1 files changed, 54 insertions, 0 deletions
diff --git a/app/assets/stylesheets/ci/sections/navbar.scss b/app/assets/stylesheets/ci/sections/navbar.scss
new file mode 100644
index 00000000000..efa70eb2956
--- /dev/null
+++ b/app/assets/stylesheets/ci/sections/navbar.scss
@@ -0,0 +1,54 @@
+.navbar-static-top {
+ margin-bottom: 20px;
+}
+
+.navbar-ci {
+ background: $style_color;
+
+ .navbar-brand {
+ color: #fff;
+
+ &:hover {
+ color: #fff;
+ }
+ }
+ .brand,
+ .nav > li > a {
+ color: #fff;
+
+ &:hover, &:focus, &:active {
+ background: none;
+ }
+ }
+
+ .profile-holder {
+ position: relative;
+
+ img {
+ position: absolute;
+ top: -8px;
+ width: 32px;
+ @include border-radius(32px);
+ }
+
+ span {
+ margin-left: 42px;
+ }
+ }
+
+ .btn-login {
+ padding: 7px 22px;
+ margin-top: 7px;
+ &:hover, &:active, &:focus {
+ background: #018865 !important;
+ }
+ }
+}
+
+.turbolink-spinner {
+ position: absolute;
+ top: 11px;
+ left: 50%;
+ color: #FFF;
+ font-size: 20px;
+}