/ Pages / Shared / _Layout.cshtml.css
_Layout.cshtml.css
 1  /* Please see documentation at https://learn.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  a {
11    color: #0077cc;
12  }
13  
14  .btn-primary {
15    color: #fff;
16    background-color: #1b6ec2;
17    border-color: #1861ac;
18  }
19  
20  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
21    color: #fff;
22    background-color: #1b6ec2;
23    border-color: #1861ac;
24  }
25  
26  .border-top {
27    border-top: 1px solid #e5e5e5;
28  }
29  .border-bottom {
30    border-bottom: 1px solid #e5e5e5;
31  }
32  
33  .box-shadow {
34    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
35  }
36  
37  button.accept-policy {
38    font-size: 1rem;
39    line-height: inherit;
40  }
41  
42  .footer {
43    position: absolute;
44    bottom: 0;
45    width: 100%;
46    white-space: nowrap;
47    line-height: 60px;
48  }