You've already forked homehub
Release 1.3.0
This commit is contained in:
26
packages/homehub_components/scss/FatalError.scss
Normal file
26
packages/homehub_components/scss/FatalError.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
19
packages/homehub_components/scss/Widget.scss
Normal file
19
packages/homehub_components/scss/Widget.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
packages/homehub_components/scss/index.scss
Normal file
8
packages/homehub_components/scss/index.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/*!
|
||||
* BTHLabs HomeHub - Components (https://bthlabs.pl/)
|
||||
* Copyright 2021-present BTHLabs
|
||||
* Apache License Version 2.0
|
||||
*/
|
||||
|
||||
@import "FatalError";
|
||||
@import "Widget";
|
||||
Reference in New Issue
Block a user