Tutorial fertig gestellt, Theme geupdated, Tests angepasst

This commit is contained in:
silas
2018-09-27 22:08:07 +02:00
parent 9678354c92
commit e34a3e865f
35 changed files with 481 additions and 6680 deletions

View File

@@ -1,24 +0,0 @@
.tab-header-container .tab-header {
display: inline-block;
background-color: #eeeeee;
border: 1px solid #b0b0b0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 0 5px; }
.tab-header-container .tab-header.active {
border-bottom: 0;
background-color: #FFF; }
.rotated {
transform-origin: bottom center;
height: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.no-transition {
transition: none !important; }
.no-transition * {
transition: none !important; }