ProxmoxAAS-Dashboard/css/instance.css

39 lines
596 B
CSS
Raw Normal View History

2022-12-14 22:30:46 +00:00
article {
border-top: solid white 1px;
border-bottom: solid white 1px;
margin: 0px;
2022-12-14 23:32:22 +00:00
}
.summary-div {
2022-12-14 23:47:29 +00:00
display: flex;
align-items: center;
justify-content: space-between;
}
.summary-div div {
2022-12-14 23:32:22 +00:00
display: flex;
2022-12-14 23:38:13 +00:00
column-gap: 10px;
align-items: center;
2022-12-14 23:47:29 +00:00
width: fit-content;
2022-12-14 23:38:13 +00:00
}
.summary-div div img {
height: 16px;
}
.resource-div {
display: flex;
align-items: center;
justify-content: flex-start;
column-gap: 20px;
}
.resource-div div {
display: flex;
column-gap: 10px;
align-items: center;
2022-12-15 01:34:13 +00:00
width: 25%;
}
.resource-div div img {
2022-12-14 23:38:13 +00:00
height: 16px;
2022-12-14 22:30:46 +00:00
}