44 lines
740 B
SCSS
44 lines
740 B
SCSS
|
|
.breadcrumb{
|
|
background-color: white;
|
|
text-decoration: none;
|
|
padding-left: .9375rem;
|
|
padding-right: .9375rem;
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-size: 13px;
|
|
line-height: 2.15385;
|
|
font-family: $numberfont, sans-serif;
|
|
letter-spacing: 0.52px;
|
|
text-transform: uppercase;
|
|
margin-bottom: 0px;
|
|
|
|
a{
|
|
color: #333333;
|
|
text-decoration: none;
|
|
}
|
|
a:hover{
|
|
color: #15c1c6;
|
|
transition: 0.3s ease;
|
|
}
|
|
|
|
}
|
|
|
|
.breadcrumb-item-sep{
|
|
margin: 0 .5em;
|
|
}
|
|
|
|
.breadcrumb-item-about{
|
|
color: #15c1c6;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.img {
|
|
min-height: 22vh;
|
|
background-image: url('/assets/images/image32.jpg');
|
|
background-size: cover;
|
|
background-position: center;
|
|
} |