67 lines
1.2 KiB
SCSS
67 lines
1.2 KiB
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;
|
|
margin-top: 15px;
|
|
|
|
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-au {
|
|
min-height: 22vh;
|
|
background-image: url('/assets/images/image32.jpg');
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
@media only screen and (min-width:768px) {
|
|
.breadcrumb{
|
|
margin-left: 45px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.img-au{
|
|
min-height: 40vh;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width:992px) {
|
|
.breadcrumb{
|
|
margin-left: 50px;
|
|
padding-top: 35px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.img-au{
|
|
min-height: 80vh;
|
|
}
|
|
header{
|
|
box-shadow: 2px 2px 24px rgba(0,0,0,.1);
|
|
}
|
|
} |