Animationen hinzugefügt

This commit is contained in:
silas
2018-09-21 17:09:02 +02:00
parent e83d0f8544
commit 2c3775308f
14 changed files with 630 additions and 664 deletions

View File

@@ -8,3 +8,8 @@
.tab-header-container .tab-header.active {
border-bottom: 0;
background-color: #FFF; }
.no-transition {
transition: none !important; }
.no-transition * {
transition: none !important; }