Improved transitions to make it as visual as duty detail edition

stable
Xavier Julián 2014-10-29 14:10:58 +01:00 committed by David Barragán Merino
parent 1cede6f8be
commit 44550acda5
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@
} }
} }
.edit-wiki-content { .edit-wiki-content {
.icon {
&:hover {
@include transition(all .2s linear);
color: $grayer;
opacity: .3;
}
}
.preview-icon { .preview-icon {
position: absolute; position: absolute;
right: 3.5rem; right: 3.5rem;