platypush/platypush/backend/http/webapp/src/components/panels/Extensions/common.scss

10 lines
145 B
SCSS
Raw Normal View History

2023-10-17 02:12:12 +02:00
pre {
width: 100%;
margin: 0;
background: $code-dark-bg;
color: $code-dark-fg;
font-size: 0.9em;
2023-10-17 02:12:12 +02:00
padding: 0.5em;
overflow: auto;
}