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
4 changed files with 9 additions and 5 deletions

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"
};