Fixes on SCSS issues
parent
cb44f84e12
commit
b56c245ff5
|
@ -10,9 +10,6 @@
|
||||||
&.active {
|
&.active {
|
||||||
background-color: #e9f0da;
|
background-color: #e9f0da;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
.icon {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
@include table-flex-child(1, 0, 0);
|
@include table-flex-child(1, 0, 0);
|
||||||
|
|
|
@ -7,16 +7,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 300px;
|
|
||||||
border: 2px solid $white;
|
border: 2px solid $white;
|
||||||
border-radius: 8%;
|
border-radius: 8%;
|
||||||
|
width: 300px;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
width: 130px;
|
|
||||||
height: 34px;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
left: 85px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
height: 34px;
|
||||||
|
left: 85px;
|
||||||
|
position: absolute;
|
||||||
|
width: 130px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue