Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
ed411b5c
Commit
ed411b5c
authored
4 years ago
by
HAUTBOIS Aurelie
Browse files
Options
Downloads
Patches
Plain Diff
fix: position button
parent
4419c12c
No related branches found
No related tags found
1 merge request
!312
Fix/position button form
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/ProfileType/profileTypeForm.scss
+4
-1
4 additions, 1 deletion
src/components/ProfileType/profileTypeForm.scss
src/components/ProfileType/profileTypeNavigation.scss
+10
-3
10 additions, 3 deletions
src/components/ProfileType/profileTypeNavigation.scss
with
14 additions
and
4 deletions
src/components/ProfileType/profileTypeForm.scss
+
4
−
1
View file @
ed411b5c
...
...
@@ -3,9 +3,12 @@
.profile-form-container
{
color
:
$white
;
margin
:
1rem
1rem
0
;
margin
:
1rem
1rem
3
.5rem
;
width
:
100%
;
max-width
:
53rem
;
@media
(
min-width
:
$width-phone
)
{
margin
:
1rem
1rem
0
;
}
}
.profile-question-label
{
font-weight
:
bold
;
...
...
This diff is collapsed.
Click to expand it.
src/components/ProfileType/profileTypeNavigation.scss
+
10
−
3
View file @
ed411b5c
@import
'../../styles/base/color'
;
@import
'../../styles/base/breakpoint'
;
.profile-navigation
{
border-top
:
1px
solid
$grey-dark
;
position
:
absolute
;
bottom
:
0
;
background
:
$dark-2
;
position
:
fixed
;
bottom
:
3
.5rem
;
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
@media
(
min-width
:
$width-phone
)
{
background
:
none
;
position
:
absolute
;
bottom
:
0
;
}
.rounded
{
border-radius
:
22px
;
margin-left
:
1rem
;
...
...
@@ -16,7 +23,7 @@
.disabled
{
opacity
:
0
.5
;
}
button
.profile-navigation-button
{
button
.profile-navigation-button
{
max-width
:
12
.5rem
;
margin
:
0
.375rem
1rem
;
padding
:
0
.5rem
1rem
;
...
...
This diff is collapsed.
Click to expand it.
Yoan VALLET
@yvallet
mentioned in commit
b998a258
·
4 years ago
mentioned in commit
b998a258
mentioned in commit b998a258ff0a17583f868b120490be8c898166f1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment