first commit
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
.professinalGrade {
|
||||
.professinalGradeImgContainer {
|
||||
background-image: url("./../../dist/assets/imgs/productoverview/promask.png");
|
||||
background-color: white;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.professinalGradeImg {
|
||||
@include absCenter;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1400px) {
|
||||
.professinalGrade{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1200px) {
|
||||
.professinalGrade{
|
||||
h1{
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:768px) {
|
||||
.professinalGrade{
|
||||
h1{
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.font_p_Dual{
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:576px) {
|
||||
.professinalGrade{
|
||||
p{
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.professinalGradeImg {
|
||||
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user