platypush/platypush/backend/http/webapp/src/components/panels/Extensions/common.scss
Fabio Manganiello a652bd9df8
[Extensions UI] Install extensions deps from the UI.
- Added `Install` button
- Added interactive output panel
2023-10-18 03:00:52 +02:00

10 lines
145 B
SCSS

pre {
width: 100%;
margin: 0;
background: $code-dark-bg;
color: $code-dark-fg;
font-size: 0.9em;
padding: 0.5em;
overflow: auto;
}