mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-24 02:06:19 +01:00
20 lines
206 B
CSS
20 lines
206 B
CSS
.col {
|
|
flex: 2;
|
|
}
|
|
|
|
.buttons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
}
|
|
|
|
.detailLink {
|
|
width: 100%;
|
|
}
|
|
|
|
.headerButtons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 10px;
|
|
}
|