main
Last change
on this file was 705d6f5, checked in by ardit <ardit@…>, 2 days ago |
Commiting all files of project - 20250224
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
---|
2 | for details on configuring this project to bundle and minify static web assets. */
|
---|
3 |
|
---|
4 | a.navbar-brand {
|
---|
5 | white-space: normal;
|
---|
6 | text-align: center;
|
---|
7 | word-break: break-all;
|
---|
8 | }
|
---|
9 |
|
---|
10 | /* Provide sufficient contrast against white background */
|
---|
11 | a {
|
---|
12 | color: #0366d6;
|
---|
13 | }
|
---|
14 |
|
---|
15 | .btn-primary {
|
---|
16 | color: #fff;
|
---|
17 | background-color: #1b6ec2;
|
---|
18 | border-color: #1861ac;
|
---|
19 | }
|
---|
20 |
|
---|
21 | .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
---|
22 | color: #fff;
|
---|
23 | background-color: #1b6ec2;
|
---|
24 | border-color: #1861ac;
|
---|
25 | }
|
---|
26 |
|
---|
27 | /* Sticky footer styles
|
---|
28 | -------------------------------------------------- */
|
---|
29 | html {
|
---|
30 | font-size: 14px;
|
---|
31 | }
|
---|
32 | @media (min-width: 768px) {
|
---|
33 | html {
|
---|
34 | font-size: 16px;
|
---|
35 | }
|
---|
36 | }
|
---|
37 |
|
---|
38 | .border-top {
|
---|
39 | border-top: 1px solid #e5e5e5;
|
---|
40 | }
|
---|
41 | .border-bottom {
|
---|
42 | border-bottom: 1px solid #e5e5e5;
|
---|
43 | }
|
---|
44 |
|
---|
45 | .box-shadow {
|
---|
46 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
|
---|
47 | }
|
---|
48 |
|
---|
49 | button.accept-policy {
|
---|
50 | font-size: 1rem;
|
---|
51 | line-height: inherit;
|
---|
52 | }
|
---|
53 |
|
---|
54 | /* Sticky footer styles
|
---|
55 | -------------------------------------------------- */
|
---|
56 | html {
|
---|
57 | position: relative;
|
---|
58 | min-height: 100%;
|
---|
59 | }
|
---|
60 |
|
---|
61 | body {
|
---|
62 | /* Margin bottom by footer height */
|
---|
63 | margin-bottom: 60px;
|
---|
64 | }
|
---|
65 | .footer {
|
---|
66 | position: absolute;
|
---|
67 | bottom: 0;
|
---|
68 | width: 100%;
|
---|
69 | white-space: nowrap;
|
---|
70 | line-height: 60px; /* Vertically center the text there */
|
---|
71 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.