@@ -6,8 +6,8 @@ header .navbar {
6
6
.jumbotron {
7
7
margin-top : 50px ;
8
8
background-color : #0143A3 ;
9
- background : -webkit-linear-gradient (#0143A3 ,#0273D4 );
10
- background : linear-gradient (#0143A3 ,#0273D4 );
9
+ background : -webkit-linear-gradient (#0143A3 , #0273D4 );
10
+ background : linear-gradient (#0143A3 , #0273D4 );
11
11
color : #fff
12
12
}
13
13
@@ -40,16 +40,18 @@ p.github-buttons > iframe {
40
40
41
41
@media (min-width : 768px ) {
42
42
.bd-sidebar {
43
- padding-left :1rem
43
+ padding-left : 1rem
44
44
}
45
45
}
46
+
46
47
.bd-toc-link {
47
48
display : block ;
48
49
padding : .25rem .75rem ;
49
50
color : #55595c
50
51
}
51
52
52
- .bd-toc-link :focus , .bd-toc-link :hover {
53
+ .bd-toc-link :focus ,
54
+ .bd-toc-link :hover {
53
55
color : #0275d8 ;
54
56
text-decoration : none
55
57
}
@@ -89,13 +91,16 @@ p.github-buttons > iframe {
89
91
cursor : pointer ;
90
92
}
91
93
92
- .bd-sidebar .nav > li > a :focus , .bd-sidebar .nav > li > a :hover {
94
+ .bd-sidebar .nav > li > a :focus ,
95
+ .bd-sidebar .nav > li > a :hover {
93
96
color : #0275d8 ;
94
97
text-decoration : none ;
95
98
background-color : transparent
96
99
}
97
100
98
- .bd-sidebar .nav > .active :focus > a , .bd-sidebar .nav > .active :hover > a , .bd-sidebar .nav > .active > a {
101
+ .bd-sidebar .nav > .active :focus > a ,
102
+ .bd-sidebar .nav > .active :hover > a ,
103
+ .bd-sidebar .nav > .active > a {
99
104
font-weight : 500 ;
100
105
color : #373a3c ;
101
106
background-color : transparent
@@ -108,20 +113,20 @@ div.component-api div.component-api-instructions {
108
113
}
109
114
110
115
.bd-footer {
111
- padding : 3rem 0 ;
112
- margin-top : 3rem ;
113
- font-size : 85% ;
114
- background-color : #f7f7f7 ;
115
- text-align : left ;
116
+ padding : 3rem 0 ;
117
+ margin-top : 3rem ;
118
+ font-size : 85% ;
119
+ background-color : #f7f7f7 ;
120
+ text-align : left ;
116
121
}
117
122
118
123
.bd-footer p {
119
- margin-bottom : 0 ;
124
+ margin-bottom : 0 ;
120
125
}
121
126
122
127
.bd-footer a {
123
- font-weight : 500 ;
124
- color : #55595c ;
128
+ font-weight : 500 ;
129
+ color : #55595c ;
125
130
}
126
131
127
132
section {
0 commit comments