Use .flex class in utilities.scss file

No need to have multiple definition as already included
This commit is contained in:
Jean-Baptiste Bellet
2023-04-26 09:51:28 +02:00
parent 3644dbc0fd
commit 9584205a8e
2 changed files with 0 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ table tbody tr {
border-bottom: 2px solid $v2-medium-light-grey;
> .flex {
display: flex;
column-gap: 10px;
}

View File

@@ -155,7 +155,3 @@ a.button.large {
padding: 0;
}
}
.flex {
display: flex;
}