syncthing/next-gen-gui/src/app/dashboard/dashboard.component.scss

13 lines
221 B
SCSS
Raw Normal View History

2020-03-30 20:44:52 +02:00
.header {
2020-04-09 17:53:41 +02:00
margin: 15px 3vw 12px 3vw;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
2020-03-30 20:44:52 +02:00
}
.progress {
margin: 0 3vw 0 3vw;
}
.grid-container {
2020-03-30 20:44:52 +02:00
margin: 10px calc(10px + 3.3vw);
min-width: 600px;
}