-
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
490 custom sumo theme #373
Conversation
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.
Niet logischer om hier een image van de theme in te zetten? Of eventueel een sumo logo?
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.
Idd, vervangen door sumo logo. Dit wordt toch overschreven door image van klant thema
@@ -0,0 +1,5 @@ | |||
p { | |||
margin: 0 0 20px; |
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.
Is het slim om met px te werken? Niet beter met em
? Of een waarde van een bootstrap variabele te gebruiken?
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.
Weggehaald, we gebruiken standaard bootstrap idd, kwam uit Fork theme die gekopieerd was.
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.
Er zijn er nog hoor. Misschien eens zoeken naar px in de map src/Themes/Custom/assets/webpack/scss
?
src/Themes/Custom/assets/webpack/scss/components/_breadcrumbs.scss
Outdated
Show resolved
Hide resolved
src/Themes/Custom/assets/webpack/scss/components/_privacyConsentDialog.scss
Outdated
Show resolved
Hide resolved
{% extends 'Core/Layout/Templates/Base.html.twig' %} | ||
|
||
{% block main %} | ||
|
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.
Klopt die newline?
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.
verwijderd
@tijsverkoyen alles verwerkt |
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.
Waarom een lege file?
@@ -0,0 +1,3 @@ | |||
.label + .label { | |||
margin-left: 2px; |
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.
Niet beter met een variable?
@@ -0,0 +1,17 @@ | |||
.widget-media-library-lightbox { | |||
line-height: 0; | |||
-webkit-column-count: 5; |
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.
Zijn die prefixes nog nodig? https://caniuse.com/?search=column-count
-moz-column-count: 5; | ||
-moz-column-gap: 0; | ||
column-count: 5; | ||
column-gap: 10px; |
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.
Variabele? Gutter ofzoiets zou ik denken?
border-bottom: 0; | ||
color: $primary; | ||
font-size: $font-size-sm; | ||
padding: 0 0 15px; |
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.
Variabele gebruiken?
@include media-breakpoint-down(lg) { | ||
.nav-item { | ||
.nav-link.dropdown-toggle { | ||
padding: 8px $dropdown-item-padding-x 8px 0; |
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.
Niet beter met een variable?
.navbar { | ||
@include media-breakpoint-down(lg) { | ||
.offcanvas { | ||
padding-top: 84px; |
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.
Niet beter met een variable?
background-color: $navbar-icon-color; | ||
background-image: none; | ||
height: $navbar-icon-line-height; | ||
margin: 15px 0; |
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.
Niet beter met een variable?
@@ -0,0 +1,7 @@ | |||
.section-default { | |||
padding: 50px 0 70px; |
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.
Niet beter met een variable?
Type
Pull request description
Adapt custom sumo theme for fork 6