-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(home): applying more style fixes and extra assets #96
Conversation
rapzo
commented
Nov 7, 2019
- reworked stylesheets' directories
Bring back |
- reworked stylesheets' directories
} | ||
|
||
.navbar-dropdown { | ||
@if $desktop { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yap. But $desktop
is defined in bulma though. We only configure the breakpoints variables in application.scss
(for now, at least).
// $size-3: 2.5rem; | ||
// $size-4: 2rem; | ||
// $size-5: 1.5rem; | ||
// $size-6: 1rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we gonna need them later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bulma defines and uses the $size-1
to $size-7
. The commented values are the default values kept only for reference, since they match our specs.
Thanks for rearranging the styles 👏 I'm gonna merge this but we need to reiterate on the home page (we should add PT task for that if there is none?) |