commit
This commit is contained in:
44
style/about_us/_header-au.scss
Normal file
44
style/about_us/_header-au.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user