Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
403
Merge Requests
69
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
4a673ef2
Commit
4a673ef2
authored
22 hours ago
by
Mark Harding
Browse files
Options
Download
(fix): spacing on topbar login for new reg pages
parent
d82eaf2e
master
chore/reduce-bundle-size
No related merge requests found
Pipeline
#118192627
passed with stages
in 49 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/app/common/layout/v2-topbar/v2-topbar.component.scss
View file @
4a673ef2
...
...
@@ -330,9 +330,7 @@
>
a
.m-v2-topbarLoginWrapper__login
{
padding
:
0
;
border
:
none
!
important
;
@media
screen
and
(
max-width
:
$max-mobile
)
{
margin-right
:
10px
;
}
margin-right
:
$minds-margin
*
2
;
}
>
a
.m-v2-topbarLoginWrapper__joinMindsNow
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment