-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (35 loc) · 739 Bytes
/
style.css
File metadata and controls
46 lines (35 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
nav {
background-color: #194b78;
height: 7vh; }
.navbar-brand {
font-family: "Inconsolata", monospace;
font-size: 2rem; }
.canvas-wrapper {
width: 100%;
height: 70vh;
padding: 0; }
.main-content {
margin-top: 3vh;
height: 80vh; }
.control-card {
margin-top: 1rem;
width: 70%; }
.fixed-bottom {
background-color: #194b78;
height: 5rem; }
.modal-button {
margin-top: 2rem; }
.slider {
display: block;
width: 70%;
height: 2rem;
margin-top: 1rem; }
@media (max-width: 991px) {
.navbar-brand {
font-size: 1rem; }
.btn-group {
margin-top: 2rem; }
.card {
display: none; } }
/*# sourceMappingURL=style.css.map */