-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo_bar.css
42 lines (42 loc) · 905 Bytes
/
demo_bar.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
#demo_bar {
font-family: "Open Sans", sans-serif;
width: 100%;
margin: 0;
height: 30px;
display: table;
font-size: 17px;
font-weight: 400;
padding: .33em .5em;
-webkit-font-smoothing: antialiased;
color: #5c5e60;
position: fixed !important;;
background-color: white;
box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
flex-shrink: 0;
}
#demo_bar.regular {
height: 30px;
font-size: 14px;
padding: .2em .5em;
}
.demo-content-wrapper {
text-align: center;
text-align: center;
position: relative;
display: table-cell;
vertical-align: middle;
}
.demo-content-wrapper p {
margin-top: 0;
margin-bottom: 0;
}
.demo-text-wrapper {
margin-right: .67em;
display: inline-block;
line-height: 1.3;
}
.demo-text-wrapper .demo-headline-text {
font-size: 1em;
display: inline-block;
vertical-align: middle;
}