-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename 'Welcome' to 'Start here' * Add 'Home' link in menu * Fix menu on medium breakpoints Suggested on code review
- Loading branch information
1 parent
477504b
commit de288f1
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
app/packs/stylesheets/decidim/metadecidim-theme/_navbar.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
.main-nav__link a { | ||
@include breakpoint(medium) { | ||
padding: 0.75em 1em; | ||
font-size: .9rem; | ||
} | ||
|
||
@include breakpoint(large) { | ||
font-size: 1rem; | ||
} | ||
} | ||
|
||
.topbar__search { | ||
@include breakpoint(medium) { | ||
max-width: 120px; | ||
} | ||
|
||
@include breakpoint(large) { | ||
max-width: 220px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters