2018-09-23 21:02:06 +02:00

25 lines
538 B
CSS
Executable File

.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; }