Improved transitions to make it as visual as duty detail edition
parent
1cede6f8be
commit
44550acda5
|
@ -45,6 +45,13 @@
|
|||
}
|
||||
}
|
||||
.edit-wiki-content {
|
||||
.icon {
|
||||
&:hover {
|
||||
@include transition(all .2s linear);
|
||||
color: $grayer;
|
||||
opacity: .3;
|
||||
}
|
||||
}
|
||||
.preview-icon {
|
||||
position: absolute;
|
||||
right: 3.5rem;
|
||||
|
|
Loading…
Reference in New Issue