Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thibaut Felten
projet-cdaw
Commits
a30174ac
Commit
a30174ac
authored
Dec 04, 2020
by
thibaut-felten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
custom
parent
05588046
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
App.vue
frontend/src/App.vue
+5
-5
Login.vue
frontend/src/views/Login.vue
+4
-1
No files found.
frontend/src/App.vue
View file @
a30174ac
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<!--
<div
id=
"nav"
>
<router-link
to=
"/"
>
Home
</router-link>
|
<router-link
to=
"/about"
>
About
</router-link>
|
<router-link
to=
"/accueil"
>
Acceuil
</router-link>
</div>
-->
<router-view/>
<router-view/>
</div>
</div>
</
template
>
</
template
>
...
@@ -24,6 +19,11 @@
...
@@ -24,6 +19,11 @@
}
}
a
{
text-decoration
:
none
;
color
:
#403d39
;
}
*
{
*
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
frontend/src/views/Login.vue
View file @
a30174ac
...
@@ -32,10 +32,13 @@
...
@@ -32,10 +32,13 @@
justify-content
:
center
;
justify-content
:
center
;
}
}
label
{
label
{
margin-right
:
1%
;
margin-right
:
1%
;
display
:
inline-block
;
}
}
.btn
{
.btn
{
background-color
:
transparent
;
background-color
:
transparent
;
border-radius
:
10px
;
border-radius
:
10px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment