fix(component): Fix sizing of status indicator in uptimelink-webwidget
This commit is contained in:
@ -95,8 +95,9 @@ export class UptimelinkWebwidget extends DeesElement {
|
||||
}
|
||||
|
||||
.statusindicator {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
transform: translate(4px, 4px);
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
background: #66BB6A;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user