15 lines
195 B
SCSS
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;
|
|
}
|