mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06:34 +00:00
Fix global style
This commit is contained in:
parent
be2c83e017
commit
3567fe70be
@ -14,7 +14,7 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
.badge {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -37,7 +37,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class='layout horizontal center'>
|
<div class='layout horizontal center badge'>
|
||||||
<domain-icon id='icon'
|
<domain-icon id='icon'
|
||||||
domain='[[stateObj.domain]]' data-domain$='[[stateObj.domain]]'
|
domain='[[stateObj.domain]]' data-domain$='[[stateObj.domain]]'
|
||||||
state='[[stateObj.state]]' data-state$='[[stateObj.state]]'>
|
state='[[stateObj.state]]' data-state$='[[stateObj.state]]'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user