Skip to content

Commit

Permalink
Amélioration THE-902
Browse files Browse the repository at this point in the history
  • Loading branch information
fretif committed Jul 13, 2023
1 parent 18faaee commit 1dc9e31
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/views/PersonneView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -387,20 +387,23 @@ function displayError(message, opt) {
width: 100%;
.result-components {
width: calc(80% - 2rem);
width: calc(95% - 2rem);
margin-right: 1rem;
margin-left: 1rem;
margin-bottom: 2rem;
@media #{ map-get(settings.$display-breakpoints, 'md-and-up')} {
width: calc(80% - 2rem);
}
.info {
display: flex;
justify-content: space-between;
align-items: center;
margin: 1rem;
width: calc(100% - 2rem);
@media #{ map-get(settings.$display-breakpoints, 'md-and-up')} {
width: calc(30% - 2rem);
@media #{ map-get(settings.$display-breakpoints, 'sm-and-up')} {
justify-content: flex-start;
}
.v-icon {
Expand Down Expand Up @@ -457,7 +460,6 @@ function displayError(message, opt) {
}
.theses {
h2 {
margin-bottom: 1rem;
}
Expand Down Expand Up @@ -487,24 +489,22 @@ function displayError(message, opt) {
}
.scroll-to-top-container {
position: absolute;
position: fixed;
left: 90vw;
top: 30%;
bottom:1vh;
width: 5%;
bottom: 260px;
@media #{ map-get(settings.$display-breakpoints, 'xl-and-up')} {
left: 90vw;
@media #{ map-get(settings.$display-breakpoints, 'sm-and-up')} {
left: 95.5vw;
}
@media #{ map-get(settings.$display-breakpoints, 'sm-and-down')} {
left: 90vw;
bottom: 730px;
@media #{ map-get(settings.$display-breakpoints, 'md-and-up')} {
left: 94vw;
}
@media #{ map-get(settings.$display-breakpoints, 'xs')} {
left: 90vw;
bottom: 800px;
@media #{ map-get(settings.$display-breakpoints, 'xl-and-up')} {
left: 97vw;
bottom:8vh;
}
}
Expand Down

0 comments on commit 1dc9e31

Please sign in to comment.