Files
agent/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.scss
2018-05-22 00:38:27 +02:00

12 lines
149 B
SCSS

:host {
overflow-y: auto;
display: block;
height: 100vh;
min-height: 100%;
width: 100%;
}
.link-github {
cursor: pointer;
}