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

Merge frontend into main #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Merge frontend into main #3

wants to merge 2 commits into from

Conversation

null-cell
Copy link
Collaborator

Adds touchup to index and registration

@null-cell null-cell requested a review from anablaz September 14, 2021 22:45
@@ -1,3 +1,5 @@
.idea
.idea/*
Copy link
Owner

Choose a reason for hiding this comment

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

does not belong in gitignore, these are teamshared and should be in git

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="{{ asset('css/navbar.css') }}" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
Copy link
Owner

Choose a reason for hiding this comment

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

when you update bootstrap, please make sure it's also updated in config/packages/twig.yaml

templates/home/index.html.twig Show resolved Hide resolved
<input type="text" style="border-radius: 0;" class="form-control" placeholder="value"
aria-label="search">
<div class="input-group widebar input-group-lg pt-5" >
<input type="text" style="border-radius: 0;height: 10ex" class="form-control" placeholder="Išči po ključnih besedah" aria-label="search" >
Copy link
Owner

Choose a reason for hiding this comment

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

please make all css in css files

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