Release 1.3.0

This commit is contained in:
2021-08-26 12:33:15 +02:00
commit 9bb72f0207
1148 changed files with 92133 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.FatalError {
display: flex;
flex-wrap: nowrap;
.Icon {
display: block;
flex-shrink: 0;
line-height: 1.3;
svg {
g, path {
stroke-width: 3px !important;
}
}
}
p {
flex: 1;
line-height: 1.13;
margin-left: 0.5rem;
code {
color: white;
}
}
}

View File

@@ -0,0 +1,19 @@
.Widget {
background: #00ABA9;
height: 100%;
padding: 1rem;
position: relative;
width: 100%;
.widget-content {
* {
&:first-child {
margin-top: 0px;
}
&:last-child {
margin-bottom: 0px;
}
}
}
}

View File

@@ -0,0 +1,8 @@
/*!
* BTHLabs HomeHub - Components (https://bthlabs.pl/)
* Copyright 2021-present BTHLabs
* Apache License Version 2.0
*/
@import "FatalError";
@import "Widget";