-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
91 lines (76 loc) · 1.4 KB
/
Copy pathstyles.css
File metadata and controls
91 lines (76 loc) · 1.4 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.navbar {
margin-bottom: 0;
}
.navbar-brand {
display: inline-block;
height: auto;
}
.navbar-brand-img {
height: 34px;
}
.navbar-nav>li>a {
line-height: 34px;
}
.navbar-nav-right-icon {
font-size: 2.5rem;
margin-right: 5px;
vertical-align: middle;
}
.jumbotron {
background-color: rgb(47, 79, 79);
background-size: cover;
}
.jumbotron-title {
text-align: center;
color: #fff !important;
font-size: 3rem !important;
font-family: 'citrixsans-regular', sans-serif;
}
.products-title {
text-align: center;
color: gray;
text-transform: uppercase;
font-size: 1.5rem;
letter-spacing: 0.1rem;
font-family: 'citrixsans-regular', sans-serif;
}
.products-item {
margin-top: 20px;
}
.products-item-title {
background: darkslategray;
color: #fff;
padding: 20px;
text-align: center;
border-radius: 4px;
font-weight: normal;
font-size: 1.5rem;
font-family: 'citrixsans-regular', sans-serif;
}
.products-container {
width: 980px;
}
.body {
margin-bottom: 30px;
}
.products-item-links {
padding-left: 0px;
margin: 20px 0;
text-align: center;
font-family: 'citrixsans-regular', sans-serif;
}
.products-item-links > li {
margin: 5px 0;
list-style-type: none;
}
.footer {
background-color: #eee;
text-align: center;
font-family: 'citrixsans-regular', sans-serif;
height: 100px;
line-height: 100px;
}
.footer .text-muted {
margin: 0;
color: #555;
}