1
- @import " variables" ;
2
-
3
1
// Limit the width as seen on pypi.
4
2
$container-max-widths : (
5
3
sm : 540px ,
@@ -10,143 +8,3 @@ $container-max-widths: (
10
8
);
11
9
12
10
@import " ~bootstrap/scss/bootstrap" ;
13
-
14
- .top-nav {
15
- background : $base-color ;
16
- }
17
-
18
- .nav-link {
19
- color : white ;
20
- }
21
-
22
- .nav-link :hover , .nav-link :focus {
23
- color : white ;
24
- }
25
-
26
- .navbar-brand {
27
- font-size : xx-large ;
28
- color : white ;
29
- font-weight : bolder ;
30
- }
31
- .navbar-brand :hover {
32
- text-decoration : none ;
33
- color : white ;
34
- }
35
-
36
- .jumbo-banner {
37
- background : $base-color2 ;
38
- color : white ;
39
- padding : 0px ;
40
- margin : 0px ;
41
- }
42
-
43
- .jumbo-separator {
44
- background-color : #ececec ;
45
- color : #464646 ;
46
- border-bottom : 1px solid #d3d3d3 ;
47
- padding : 1em ;
48
- margin-bottom : 1em ;
49
- }
50
-
51
-
52
- a :hover , a :visited , a :link , a :active
53
- {
54
- text-decoration : none ;
55
- }
56
-
57
-
58
- .btn-link {
59
- text-decoration : none ;
60
- }
61
-
62
- nav a :hover {
63
- text-decoration : underline ;
64
- }
65
-
66
- .pip-command {
67
- font-family : Source Code Pro, monospace ;
68
- font-weight : 500 ;
69
- font-size : 1.2rem ;
70
- background-color : rgba (0 , 0 , 0 , .15 );
71
- padding : 8px ;
72
- border : 1px dotted hsla (0 , 0% , 100% , .4 );
73
- line-height : 30px ;
74
- white-space : nowrap ; // Long pip commands shouldn't wrap
75
- }
76
-
77
- .pip-command a , .pip-command a :hover {
78
- color : white ;
79
- }
80
-
81
- .listing-icon {
82
- padding : 0 1em 0 0.5em ;
83
- }
84
-
85
- footer {
86
- background-color : $base-color ;
87
- color : white ;
88
- padding : 2em ;
89
- }
90
-
91
- footer .text-muted.mt-auto {
92
- color : white !important ;
93
- margin-top : 2em !important ;
94
- }
95
-
96
- .btn-primary , .btn-primary :hover , .btn-primary :active , .btn-primary :focus {
97
- background-color : $base-color ;
98
- border-color : $base-color ;
99
- box-shadow : none ; // On focus otherwise
100
- }
101
-
102
- dev#page-content a :hover {
103
- color : $base-color ;
104
- }
105
-
106
-
107
- a .status-badge {
108
- font-weight : 400 ;
109
- line-height : 1.4 ;
110
- border : 1px solid hsla (0 , 0% , 100% , .5 );
111
- border-radius : 3px ;
112
- box-sizing : border-box ;
113
- display : inline-flex ;
114
- font-size : .8rem ;
115
- min-height : 40px ;
116
- padding : 12px ;
117
- color : #fff ;
118
- }
119
-
120
- a .status-badge--bad {
121
- background-color : #d52d40 ;
122
- }
123
-
124
- a .status-badge--good {
125
- background-color : #148024 ;
126
- }
127
-
128
- img {
129
- max-width : 100% ;
130
- }
131
-
132
-
133
- .link-unstyled , .link-unstyled :link , .link-unstyled :hover {
134
- color : inherit ;
135
- text-decoration : inherit ;
136
- }
137
-
138
-
139
- .base-color {
140
- background : $base-color !important ;
141
- color : white !important ;
142
- }
143
-
144
- .secondary-color {
145
- background : $base-color2 !important ;
146
- color : white !important ;
147
- }
148
-
149
-
150
- .m-1em {
151
- margin : 1em ;
152
- }
0 commit comments