You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/core/repositories-tab/repository-card/repository-card.component.scss

39 lines
561 B
SCSS

.repository-path {
color: lightgray;
}
.repository-address {
color: lightgray;
font-family: "Fira Code Light", Monospaced, Consolas, monospace;
}
.repository-status {
position: absolute;
right: 0;
top: 0;
padding: 0.5em;
width: 3em;
text-align: center;
border-bottom-left-radius: 1em;
p {
margin: auto;
}
}
.status-local {
background-color: #2e237a;
}
.status-offline {
background-color: #8e1e2a;
}
.status-online {
background-color: #1b651b;
}
button.menu-button {
float: right;
}