forked from simpulton/angular2-website-routes
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathapp.component.css
More file actions
50 lines (42 loc) · 771 Bytes
/
app.component.css
File metadata and controls
50 lines (42 loc) · 771 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
47
48
49
50
#header {
height: 64px;
background: #fff;
position: fixed;
header: 0;
left: 0;
width: 100%;
}
#header h1#logo {
float: left;
margin: 0;
}
#header h1#logo a {
background: url(../images/logo.png) no-repeat top left;
width: 194px;
height: 48px;
margin: 8px;
display: block;
text-indent: -9999px;
}
#header .router-link-active {
color: #C83434;
}
#header .color {
display: block;
height: 4px;
position: absolute;
top: 100%;
width: 100%;
}
#header #menu {float:left;padding:17px 40px 0 0;}
#container {padding:100px 20px 20px 20px;}
.color {
background-color: rgba(195, 30, 30, 0.9) !important;
}
.shadow {
background: url(../images/top-shadow.png) repeat-x;
height: 35px;
position: fixed;
top: 68px;
width: 100%;
}