2020-09-01 17:57:10 +02:00
|
|
|
// Push the timestamps column to the right of the row
|
2022-09-08 15:46:47 +02:00
|
|
|
@import "colors";
|
|
|
|
|
2020-09-01 17:57:10 +02:00
|
|
|
.admin-procedures-list-timestamps {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2020-09-01 17:57:51 +02:00
|
|
|
|
|
|
|
// Fix a Safari flexbox bug where the inner procedure logo
|
|
|
|
// would stretch the container vertically.
|
|
|
|
// See https://stackoverflow.com/questions/57516373/image-stretching-in-flexbox-in-safari
|
|
|
|
.admin-procedures-list-row.infos {
|
|
|
|
align-items: flex-start;
|
2022-09-08 15:46:47 +02:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: $blue-france-500;
|
|
|
|
}
|
2020-09-01 17:57:51 +02:00
|
|
|
}
|