commit
This commit is contained in:
47
style/about_us/_fifth-part-au.scss
Normal file
47
style/about_us/_fifth-part-au.scss
Normal file
@@ -0,0 +1,47 @@
|
||||
.fifth-part-au {
|
||||
background-image: url('/assets/images/image30.jpg');
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
color: white;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 40px;
|
||||
|
||||
.careers {
|
||||
@include button;
|
||||
background-color: transparent;
|
||||
border: solid 2px white;
|
||||
}
|
||||
|
||||
.careers:hover {
|
||||
background-color: white;
|
||||
color: #333333 !important;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.textbox5 {
|
||||
.h3-fifth {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-size: 37px;
|
||||
line-height: 1.33333;
|
||||
font-family: Merriweather;
|
||||
letter-spacing: 0px;
|
||||
word-wrap: break-word;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.h2-fifth {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 45px;
|
||||
line-height: 1.36957;
|
||||
font-family: Merriweather, serif;
|
||||
letter-spacing: 0px;
|
||||
color: #15c1cb;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user