Skip to content
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

Merged
merged 17 commits into from
Nov 10, 2023
Merged

490 custom sumo theme #373

merged 17 commits into from
Nov 10, 2023

Conversation

daphneslootmans
Copy link

Type

  • Feature

Pull request description

Adapt custom sumo theme for fork 6

Copy link
Member

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?

Copy link
Author

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;
Copy link
Member

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?

Copy link
Author

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.

Copy link
Member

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?

{% extends 'Core/Layout/Templates/Base.html.twig' %}

{% block main %}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Klopt die newline?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verwijderd

src/Themes/Custom/templates/Frontend/base/Error.html.twig Outdated Show resolved Hide resolved
@daphneslootmans
Copy link
Author

@tijsverkoyen alles verwerkt

Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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;
Copy link
Member

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?

@daphneslootmans daphneslootmans merged commit b3dc1a3 into fork6 Nov 10, 2023
3 of 10 checks passed
@daphneslootmans daphneslootmans deleted the 490-custom-sumo-theme branch November 10, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants