118 lines
1.9 KiB
CSS
118 lines
1.9 KiB
CSS
/* Please see documentation at https://learn.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 {
|
|
white-space: normal;
|
|
text-align: center;
|
|
word-break: break-all;
|
|
}
|
|
|
|
a {
|
|
color: #0077cc;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #1b6ec2;
|
|
border-color: #1861ac;
|
|
}
|
|
|
|
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
|
color: #fff;
|
|
background-color: #1b6ec2;
|
|
border-color: #1861ac;
|
|
}
|
|
|
|
.border-top {
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
.border-bottom {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.box-shadow {
|
|
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
|
|
}
|
|
|
|
button.accept-policy {
|
|
font-size: 1rem;
|
|
line-height: inherit;
|
|
}
|
|
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
line-height: 60px;
|
|
}
|
|
|
|
|
|
|
|
|
|
.b-carousel {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border: 1px solid;
|
|
}
|
|
|
|
.b-carousel__prev,
|
|
.b-carousel__next {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 20px;
|
|
width: 50px;
|
|
height: 50px;
|
|
background: #fff;
|
|
transform: translateY(-50%) translateZ(0);
|
|
cursor: pointer;
|
|
text-indent: 100%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
z-index: 3;
|
|
}
|
|
|
|
.b-carousel__next {
|
|
left: auto;
|
|
right: 20px;
|
|
}
|
|
|
|
.b-carousel__wrap {
|
|
display: flex;
|
|
transition: transform .5s;
|
|
will-change: transform;
|
|
position: relative;
|
|
z-index: 1;
|
|
height: 100%;
|
|
}
|
|
|
|
.b-carousel__item {
|
|
flex: 0 0 100%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.b-carousel__img {
|
|
max-height: "300px"
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*DROPDOWN*/
|
|
|
|
.dropdown .form-group {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.dropdown .form-group > * {
|
|
margin: 0 0.5rem;
|
|
} |