Skip to content

Commit 34c6f3d

Browse files
committed
keep the legacy css files
1 parent f61e9b7 commit 34c6f3d

4 files changed

Lines changed: 96 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// @import 'blacklight/blacklight';
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
// .ucb_container {
2+
// min-height: 100%;
3+
// width: 100%;
4+
// margin-bottom: 90px;
5+
// }
6+
7+
// .spacer {
8+
// height: 90px;
9+
// }
10+
11+
// .navbar {
12+
// height: 6em;
13+
// }
14+
15+
// .btn-primary {
16+
// background-color: $link-color;
17+
// color: #ffffff;
18+
// }
19+
20+
// ul.facet-values {
21+
// span.selected {
22+
// color: #208836 !important;
23+
// }
24+
// }
25+
26+
// .nav-pills .nav-link.active,
27+
// .nav-pills .show>.nav-link,
28+
// .nav-pills .no-js .btn-group:focus-within .dropdown-menu>.nav-link,
29+
// .nav-pills .no-js .btn-group:focus-within .twitter-typeahead .tt-menu>.nav-link,
30+
// .twitter-typeahead .nav-pills .no-js .btn-group:focus-within .tt-menu>.nav-link,
31+
// .no-js .btn-group:focus-within .nav-pills .dropdown-menu>.nav-link,
32+
// .no-js .btn-group:focus-within .nav-pills .twitter-typeahead .tt-menu>.nav-link,
33+
// .twitter-typeahead .no-js .btn-group:focus-within .nav-pills .tt-menu>.nav-link {
34+
// background-color: $link-color;
35+
// }
36+
37+
// #metadata-container {
38+
// a {
39+
// color: #006FD6;
40+
41+
// &:hover {
42+
// color: #0044B3;
43+
// text-decoration: underline;
44+
// }
45+
// }
46+
// }
47+
48+
// .element-focusable:hover,
49+
// .element-focusable:focus {
50+
// color: #0051AD;
51+
// text-decoration: underline;
52+
// }
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
// #footer-container {
2+
// background-color: #003262;
3+
// clear: both;
4+
// margin-top: 25px;
5+
// position: absolute;
6+
// width: 100%;
7+
// }
8+
9+
// #footer {
10+
// @extend .container-fluid;
11+
// height:90px;
12+
// padding-top: 30px;
13+
// ul {
14+
// list-style-type: none;
15+
// margin: 0;
16+
// padding: 0;
17+
// li {
18+
// display: inline;
19+
// margin: 0 12px 4px 0;
20+
// padding: 0 50px 0 0;
21+
// }
22+
// }
23+
24+
// li a {
25+
// white-space: nowrap;
26+
// color: white;
27+
// font-weight: bold;
28+
// font-size: 16px;
29+
// cursor: pointer;
30+
// &:hover,
31+
// &:focus {
32+
// color: #fdb515;
33+
// }
34+
// }
35+
// }
36+
37+
// #footer-links {
38+
// text-align:right;
39+
// }
40+
// .footer-img {
41+
// padding: 2px 0px 2px 20px;
42+
// }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// @import 'geoblacklight/geoblacklight';

0 commit comments

Comments
 (0)