Skip to content
Snippets Groups Projects
Commit 4297e14f authored by Luke Babb's avatar Luke Babb
Browse files

Update to Sign In / Register on top nav

parent 4ced71c1
No related branches found
No related tags found
1 merge request!6373Simplify the top right nav.
Pipeline #
Loading
Loading
@@ -28,4 +28,7 @@
%i.fa.fa-search
%li.hidden-xs.hidden-sm
%a.sign-in-up-btn{href: "https://gitlab.com/users/sign_in"}
Go to GitLab.com
Sign In
%li.hidden-xs.hidden-sm
%a.sign-in-up-btn.is-last{href: "https://gitlab.com/users/sign_in"}
Register
Loading
Loading
@@ -92,7 +92,7 @@
font-weight: 600;
 
@media (min-width: $screen-md-min) {
margin-right: 11px;
margin-right: 10px;
}
 
&:hover {
Loading
Loading
@@ -102,18 +102,7 @@
&.is-last {
@media (min-width: $screen-md-min) {
margin-right: 0;
margin-left: 11px;
&::before {
content: "";
position: absolute;
left: -12px;
top: 50%;
margin-top: -9px;
width: 2px;
height: 18px;
background-color: $color-gray-light;
}
margin-left: 10px;
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment