Adds media display
This commit is contained in:
parent
032cab6ba8
commit
ca2fa8dc62
12 changed files with 180 additions and 8 deletions
14
.config/eww/eww.scss
Normal file
14
.config/eww/eww.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@import '../theming/library/entry.scss'
|
||||
|
||||
.background {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.widget {
|
||||
box-shadow: $box-shadow-inner-less;
|
||||
background: $background;
|
||||
border-radius: $border-radius;
|
||||
border: 1px solid $border-color;
|
||||
}
|
||||
|
||||
@import "./widgets/media/style.scss"
|
||||
Loading…
Add table
Add a link
Reference in a new issue