CourseWork_BankYouBankrupt/BankYouBankrupt/BankYouBankruptClientApp/Views/Shared/_Layout.cshtml.css

58 lines
1.1 KiB
CSS
Raw Normal View History

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
2023-05-16 20:05:59 +04:00
white-space: normal;
text-align: center;
word-break: break-all;
}
.btn-primary {
2023-05-16 20:05:59 +04:00
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
2023-05-16 20:05:59 +04:00
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.border-top {
2023-05-16 20:05:59 +04:00
border-top: 1px solid #e5e5e5;
}
2023-05-16 20:05:59 +04:00
.border-bottom {
2023-05-16 20:05:59 +04:00
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
2023-05-16 20:05:59 +04:00
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
2023-05-16 20:05:59 +04:00
font-size: 1rem;
line-height: inherit;
}
.footer {
2023-05-16 20:05:59 +04:00
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
}
2023-05-19 17:00:13 +04:00
.nav-main a {
position: relative;
color: #FFFFFF; /*задаём цвет ссылки*/
cursor: pointer;
line-height: 1; /*задаём высоту строки*/
text-decoration: none; /*убираем подчёркивание*/
}