snort/packages/app/src/Element/RelaysMetadata.css

46 lines
623 B
CSS
Raw Normal View History

2023-02-10 19:23:52 +00:00
.favicon {
width: 21px;
height: 21px;
border-radius: 100%;
margin-right: 12px;
}
.relay-card {
display: flex;
flex-direction: row;
align-items: center;
}
.relay-settings {
margin-left: auto;
2023-02-10 11:12:11 +00:00
display: flex;
align-items: center;
2023-02-10 19:23:52 +00:00
}
.relay-settings svg:not(:last-child) {
margin-right: 12px;
}
.relay-settings svg.enabled {
color: var(--highlight);
}
.relay-settings svg.disabled {
opacity: 0.3;
}
2023-02-10 11:12:11 +00:00
@media (max-width: 520px) {
.relay-settings svg {
width: 16px;
height: 16px;
}
}
2023-02-10 19:23:52 +00:00
.relay-url {
font-size: 14px;
}
@media (min-width: 520px) {
.relay-url {
font-size: 16px;
}
}