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
1
Issues
1
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
Quentin Vrel
projet-cdaw
Commits
4ad9de71
Commit
4ad9de71
authored
Dec 01, 2020
by
quentin.vrel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Login page correction
parent
27a4c618
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
28 deletions
+11
-28
CheckboxInput.vue
frontend/src/components/form/CheckboxInput.vue
+10
-5
Login.vue
frontend/src/views/Login.vue
+1
-23
No files found.
frontend/src/components/form/CheckboxInput.vue
View file @
4ad9de71
...
@@ -17,17 +17,22 @@ export default {
...
@@ -17,17 +17,22 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
.form-check
{
position
:
relative
;
display
:
block
;
padding-left
:
1.25rem
;
}
.row
{
.row
{
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
margin-right
:
-15px
;
margin-right
:
-15px
;
margin-left
:
-15px
;
margin-left
:
-15px
;
}
}
.form-check-input
{
height
:
1.5em
;
width
:
1.5em
;
}
.form-check
{
position
:
relative
;
display
:
block
;
padding-left
:
1.25rem
;
}
.col-md-4
{
.col-md-4
{
flex
:
0
0
33.3333333333%
;
flex
:
0
0
33.3333333333%
;
max-width
:
33.3333333333%
;
max-width
:
33.3333333333%
;
...
...
frontend/src/views/Login.vue
View file @
4ad9de71
...
@@ -46,30 +46,8 @@ form{
...
@@ -46,30 +46,8 @@ form{
padding
:
50px
;
padding
:
50px
;
}
}
.form-check-input
{
height
:
1.5em
;
width
:
1.5em
;
}
.form-check
{
position
:
relative
;
display
:
block
;
padding-left
:
1.25rem
;
}
.form-control
{
display
:
block
;
width
:
100%
;
padding
:
0.375rem
0.75rem
;
font-size
:
1rem
;
font-weight
:
400
;
line-height
:
1.6
;
color
:
#495057
;
background-color
:
#fff
;
background-clip
:
padding-box
;
border
:
1px
solid
#ced4da
;
border-radius
:
0.25rem
;
transition
:
border-color
0.15s
ease-in-out
,
box-shadow
0.15s
ease-in-out
;
}
*,
::before
,
::after
{
*,
::before
,
::after
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
...
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