forked from nickl-/select2-bootstrap-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgh-pages.css
116 lines (100 loc) · 1.73 KB
/
gh-pages.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.demo {
padding: 80px 30px 30px;
}
.home .container {
max-width: 700px;
}
a:hover,
a:focus {
text-decoration: none;
}
.jumbotron {
position: relative;
color: #999;
color: rgba(0,0,0,.35);
text-align: center;
background-color: #f8f8f8;
border-radius: 0;
font-weight: normal;
}
.jumbotron h1 {
margin-bottom: 15px;
letter-spacing: -1px;
color: #999;
}
.jumbotron h2 {
text-align: center;
font-weight: 500;
font-size: 16px;
}
.btn-outline {
margin-top: 15px;
margin-bottom: 15px;
padding: 18px 24px;
font-size: inherit;
color: #aaa; /* redeclare to override the `.jumbotron a` */
background-color: transparent;
border-color: #000;
border-color: rgba(0,0,0,.2);
transition: all .1s ease-in-out;
}
.btn-outline:hover,
.btn-outline:active {
color: #f8f8f8;
background-color: #333;
border-color: #333;
}
.jumbotron p a,
.jumbotron-links a {
font-weight: 500;
color: #000;
transition: all .1s ease-in-out;
}
.jumbotron-links {
margin-top: 15px;
margin-bottom: 0;
padding-left: 0;
list-style: none;
font-size: 14px;
}
.jumbotron-links li {
display: inline;
}
.jumbotron-links li + li {
margin-left: 20px;
}
.jumbotron hr {
border-color: #999;
border-color: rgba(0,0,0,.1);
width: 100px;
}
.jumbotron .select2-wrapper {
font-size: 14px;
padding: 8px;
border-radius: 4px;
display: block;
width: 320px;
margin: 0 auto;
text-align: left;
}
.jumbotron .form-group {
background: none;
margin-bottom: 0;
}
.footer {
text-align: center;
color: #999;
}
@media (min-width: 768px) {
.jumbotron {
padding-top: 100px;
padding-bottom: 100px;
font-size: 21px;
}
.jumbotron .select2-wrapper {
margin-bottom: 6em;
}
.jumbotron h1 {
font-size: 50px;
}
}