2023-04-03 22:49:24 +00:00
|
|
|
img {
|
|
|
|
height: 1em;
|
2022-12-14 23:32:22 +00:00
|
|
|
}
|
|
|
|
|
2023-04-03 22:49:24 +00:00
|
|
|
div {
|
2022-12-14 23:47:29 +00:00
|
|
|
display: flex;
|
2023-04-03 22:49:24 +00:00
|
|
|
flex-direction: row;
|
2022-12-14 23:47:29 +00:00
|
|
|
align-items: center;
|
2023-02-14 01:36:25 +00:00
|
|
|
column-gap: 10px;
|
2023-04-03 22:49:24 +00:00
|
|
|
margin-right: 4ch;
|
2022-12-16 02:13:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
2023-04-03 22:49:24 +00:00
|
|
|
margin-left: 0px;
|
|
|
|
justify-content: flex-end;
|
2022-12-14 22:30:46 +00:00
|
|
|
}
|