iobroker.energiefluss-erweitert
Version:
This ioBroker adapter is the next Version of the energiefluss with the attribute 'erweitert' and allows to display an energyflow animation inside an iframe or HTML DIV.
21 lines • 629 B
CSS
:root {
--primary: #538ea3;
--secondary: #b2dfee;
--black: #000;
--blackTrans: rgba(0, 0, 0, 0.4);
--white: #FFF;
--darkestGrey: #999999;
--creme: #F5F5F5;
--silvergrey: #d3d3d3;
--darkgrey: #efefef;
--red: #dc3545;
--green: #28a745;
--blue: #538ea3;
--yellow: #ffc107;
--middle-grey: #edf2f5;
--loading-background: rgba(153, 153, 153, 0.6);
--box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
--box-shadow-toast: 0 4px 8px rgba(0, 0, 0, .175);
--box-shadow-hover: 0 12px 18px rgba(0, 0, 0, .200);
--container-shadow: rgba(0, 0, 0, 0.6);
}