Files
hermes-web-angular/src/app/connections/connection-item/connection-item.component.scss
2025-04-02 20:11:02 +00:00

19 lines
182 B
SCSS

section {
padding: 1em;
}
.twitch {
border-left: 1em solid #6441A5;
}
.nightbot {
border-left: 1em solid #3D5D9A;
}
.right {
float: right;
}
button {
margin: 0 0.5em;
}