Fixed connection coloring.
This commit is contained in:
parent
b465f0a474
commit
70e0e9bf71
@ -1,5 +1,5 @@
|
||||
<section [class.twitch]="connection().type == 'twitch'"
|
||||
[class.spotify]="connection().type == 'spotify'">
|
||||
[class.nightbot]="connection().type == 'nightbot'">
|
||||
{{connection().name}}
|
||||
|
||||
<article class="right">
|
||||
|
@ -2,6 +2,14 @@ section {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.twitch {
|
||||
border-left: 1em solid #6441A5;
|
||||
}
|
||||
|
||||
.nightbot {
|
||||
border-left: 1em solid #3D5D9A;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user