forked from plotly/dash-object-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-styles.css
48 lines (41 loc) · 1.26 KB
/
custom-styles.css
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
47
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Banner
- Scalable Container
- Remove Undo
/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner {
height: 75px;
background-color: #fc8600; /* Machine Learning Color is orange */
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
margin-bottom: 10px;
}
.banner h2 {
color: white;
margin-left: 5%;
display: inline-block;
font-family: 'Open Sans', sans-serif;
font-size:4rem;
line-height:1;
}
.banner Img {
position: relative;
float: right;
right: 5%;
height: 75px;
}
/* Scalable Container
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container.scalable {
width: 90%;
max-width: none;
}
/* Remove Undo
–––––––––––––––––––––––––––––––––––––––––––––––––– */
._dash-undo-redo {
display: none;
}