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