]> git.lizzy.rs Git - cheatdb.git/blob - custom.scss
901730500cddfc1533699dd5ef7188e2a0fd5b46
[cheatdb.git] / custom.scss
1 @import "components.scss";
2 @import "packages.scss";
3 @import "packagegrid.scss";
4 @import "comments.scss";
5
6 .dropdown-menu {
7     margin-top: 0;
8 }
9
10 .dropdown:hover .dropdown-menu {
11    display: block;
12 }
13
14 .nav-link > img {
15         max-height: 1em;
16 }
17
18 #alerts {
19     display: block;
20     list-style: none;
21     position: fixed;
22     bottom: 0;
23     left:0;
24     right:0;
25     margin: 0;
26     padding:0;
27     z-index: 1000;
28 }
29
30 #alerts li {
31     list-style: none;
32 }
33
34 .jumbotron {
35     background-size: cover;
36     background-repeat: no-repeat;
37     background-position: center;
38 }
39
40 .alert .btn {
41     text-decoration: none;
42 }
43
44 .card .table {
45     margin-bottom: 0;
46 }
47
48 .btn-download {
49     color: #fff;
50     background-color: #00b05c;
51     border-color: #00b05c;
52 }
53
54 .btn-download:focus, .btn-download.focus {
55     -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
56     box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
57 }