25 lines
339 B
CSS
25 lines
339 B
CSS
.cpanel-div{
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.cpanel-header-div{
|
|
display: flex;
|
|
margin: 0 auto;
|
|
width: calc(100% - 0.5em);
|
|
height: 1.2em;
|
|
}
|
|
|
|
.cpanel-title{
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.cpanel-title-spacer{
|
|
flex: 1;
|
|
}
|
|
|
|
.cpanel-header-icon{
|
|
cursor: pointer;
|
|
} |