Compare commits

..

5 Commits

Author SHA1 Message Date
Vincent Ramiere
e4db000be2 conflits 2022-03-13 14:25:08 +01:00
Vincent Ramiere
b8616b0eb3 page-account 2022-03-11 15:51:42 +01:00
Vincent Ramiere
14a8c1b45c environnement.ts 2022-03-11 15:38:59 +01:00
Vincent Ramiere
c0046df8fb Merge branch 'dev' into Vincent
css
2022-03-11 15:36:11 +01:00
Vincent Ramiere
2502cd88bd modif css search-bar 2022-03-11 15:34:20 +01:00
5 changed files with 9 additions and 21 deletions

16
package-lock.json generated
View File

@ -2502,16 +2502,6 @@
"read-package-json-fast": "^2.0.1"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/@schematics/angular": {
"version": "13.0.4",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-13.0.4.tgz",
@ -14321,12 +14311,6 @@
"read-package-json-fast": "^2.0.1"
}
},
"@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"peer": true
},
"@schematics/angular": {
"version": "13.0.4",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-13.0.4.tgz",

View File

@ -18,4 +18,4 @@
<input type="RoleList" class="form-control" id="inputRoleList" formControlName="RoleList" readonly="readonly">
</div>
</form>
</div>
</div>

View File

@ -1,3 +1,7 @@
<<<<<<< HEAD
<div class="container mb-5">
=======
<div class="container mb-5 mt-5">
>>>>>>> main
<img src="assets/you-shall-not-pass.gif"/>
</div>
</div>

View File

@ -9,12 +9,12 @@
}
.titre{
display: flex;
justify-content: flex-start;
margin: 2.5em 0 0.5em 8.2em;
color: #CE0000;
}

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: "http://localhost:8081",
apiUrl: "http://localhost:8080",
tokenKey: "TOKEN-SIMPLEAT"
};