ProxmoxAAS-Dashboard/css/instance.css

37 lines
511 B
CSS
Raw Normal View History

2022-12-14 14:30:46 -08:00
article {
2022-12-14 22:51:44 -08:00
border: solid white 1px;
border-radius: 5px;
padding: 0px 1em 0px 1em;
margin: 20px 0px 20px 0px;
2022-12-14 15:32:22 -08:00
}
2022-12-15 17:45:40 -08:00
article > div {
2022-12-14 15:47:29 -08:00
display: flex;
align-items: center;
}
2022-12-15 17:45:40 -08:00
article > div > div {
2022-12-14 15:32:22 -08:00
display: flex;
2022-12-14 15:38:13 -08:00
column-gap: 10px;
align-items: center;
2022-12-15 17:45:40 -08:00
flex-grow: 1;
flex-basis: 0;
2022-12-14 15:38:13 -08:00
}
2022-12-15 17:45:40 -08:00
article > div > div > img {
2022-12-14 15:38:13 -08:00
height: 16px;
2022-12-14 22:57:55 -08:00
}
hr {
border: none;
border-top: solid white 1px;
margin: 0px;
2022-12-15 18:13:17 -08:00
}
.btn-group {
margin: 14px 0px 14px 0px;
2022-12-15 18:31:05 -08:00
}
.btn-group img {
height: 16px;
2022-12-14 14:30:46 -08:00
}