Skip to content
Snippets Groups Projects
Commit 89e7e1f3 authored by Tae Hoon's avatar Tae Hoon
Browse files

use the classic naming scheme

parent fa6d828e
Branches 648
No related tags found
No related merge requests found
Pipeline #16418 passed
......@@ -20,7 +20,7 @@
</div>
<button
class="new-status-button"
:class="{ 'new-status-button--hidden': isHidden }"
:class="{ 'new-status-button_hidden': isHidden }"
@click="openPostForm"
>
<i class="icon-edit" />
......@@ -69,7 +69,7 @@
transition: 0.35s transform;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
&--hidden {
&_hidden {
transform: translateY(150%);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment