remove useless styling code

This commit is contained in:
Philipp Kühn
2018-12-07 20:57:44 +01:00
parent 5c3de80ba6
commit f3f36ec6d3
2 changed files with 5 additions and 236 deletions

View File

@@ -11,6 +11,11 @@
opacity: 0;
transition: opacity 0.2s, visibility 0.2s;
&.is-active {
opacity: 1;
visibility: visible;
}
&__button {
display: inline-flex;
background: transparent;