mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-09 08:53:07 +00:00
67 lines
1.0 KiB
CSS
67 lines
1.0 KiB
CSS
.logs-card {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border: 1px solid rgba(150, 150, 150, 0.2);
|
|
border-radius: 16px;
|
|
margin-bottom: 16px;
|
|
|
|
@media (max-width: 800px) {
|
|
& {
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
}
|
|
|
|
> div:first-child {
|
|
padding: 16px;
|
|
}
|
|
|
|
h5 {
|
|
font-family: Inter;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
letter-spacing: -0.015em;
|
|
text-align: left;
|
|
}
|
|
|
|
small {
|
|
font-family: Inter;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
line-height: 16px;
|
|
text-align: left;
|
|
color: rgba(150, 150, 150, 0.8);
|
|
}
|
|
|
|
.button {
|
|
gap: 8px;
|
|
|
|
@media (min-width: 801px) {
|
|
& {
|
|
width: 187px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
span {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.logs {
|
|
.node {
|
|
pre {
|
|
font-family: Inter;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
letter-spacing: -0.011em;
|
|
text-align: left;
|
|
color: rgb(117, 117, 117);
|
|
}
|
|
}
|
|
}
|