inspektor/app/styles/app.scss
2017-11-08 00:55:11 +01:00

15 lines
195 B
SCSS

@import "bourbon";
body {
background-color: white;
font-size: 16px;
font-family: sans-serif;
color: #222;
}
#remotestorage-widget {
position: fixed;
top: 0.5rem;
right: 0.5rem;
}