aboutsummaryrefslogtreecommitdiff
path: root/app/scss/custom.scss
blob: e25aaf617674297720d25fdaf9ac00a0b672e252 (plain)
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
@import "components.scss";
@import "packages.scss";
@import "packagegrid.scss";
@import "comments.scss";

.dropdown-menu {
	margin-top: 0;
}

.dropdown:hover .dropdown-menu {
   display: block;
}

.nav-link > img {
	max-height: 1em;
}

#alerts {
	display: block;
	list-style: none;
	position: fixed;
	bottom: 0;
	left:0;
	right:0;
	margin: 0;
	padding:0;
	z-index: 1000;
}

#alerts li {
	list-style: none;
}

.jumbotron {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	.btn-outline-secondary {
		color: #eee;
		border-color: #666;
		background: rgba(102, 102, 102, 0.3);
	}
}

.alert .btn {
	text-decoration: none;
}

.card .table {
	margin-bottom: 0;
}

.btn-download {
	color: #fff;
	background-color: #00b05c;
	border-color: #00b05c;
}

.btn-download:focus, .btn-download.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}