mirror of https://github.com/fantasticit/think.git
14 lines
173 B
SCSS
14 lines
173 B
SCSS
|
.resizable {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
max-width: 100%;
|
||
|
|
||
|
&.isActive {
|
||
|
.resizer {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
}
|
||
|
}
|