2023-05-25 06:40:02 +02:00
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2023-04-10 05:22:28 +02:00
|
|
|
.title {
|
2022-02-20 02:32:54 +01:00
|
|
|
display: flex;
|
2022-12-13 04:45:38 +01:00
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
gap: 10px;
|
2023-02-02 03:39:54 +01:00
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 700;
|
2022-02-20 02:32:54 +01:00
|
|
|
overflow: hidden;
|
2023-04-10 05:22:28 +02:00
|
|
|
height: 100px;
|
2022-02-20 02:32:54 +01:00
|
|
|
}
|
|
|
|
|
2023-07-08 21:07:37 +02:00
|
|
|
.actions {
|
2022-03-02 04:41:37 +01:00
|
|
|
display: flex;
|
2022-12-13 04:45:38 +01:00
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
2023-02-02 03:39:54 +01:00
|
|
|
justify-content: flex-end;
|
|
|
|
gap: 30px;
|
2023-04-10 05:22:28 +02:00
|
|
|
min-height: 0;
|
2022-03-02 04:28:44 +01:00
|
|
|
}
|
2023-07-10 13:35:19 +02:00
|
|
|
|
|
|
|
.selected {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|