mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 05:15:12 +00:00
Use fix sidebar to instrument and control layout changes
This commit is contained in:
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user