Use fix sidebar to instrument and control layout changes

This commit is contained in:
Gabor PEK
2018-04-20 09:21:20 +02:00
committed by Kristóf Tóth
parent b460c429e6
commit 959a0df3d6
16 changed files with 487 additions and 111 deletions

View File

@ -1 +1,4 @@
<div> IDE </div>
<div class="tfw-ide-pin">
<img src="images/IDE.svg">
<img class="active" src="images/IDE_active.svg">
</div>

View File

@ -1,6 +1,16 @@
@import "../../assets/scss/variables.scss";
@import "../../assets/scss/mixins/layout.scss";
.tfw-webide-pin{
img {
width: 50px;
height: auto;
}
.tfw-ide-pin {
cursor: pointer;
& .active {
display: none;
}
}