2016-09-15 03:34:11 +02:00
|
|
|
/**
|
|
|
|
* @provides conpherence-header-pane-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.conpherence-header-pane {
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-shell {
|
|
|
|
padding: 8px 16px 10px;
|
|
|
|
min-height: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-header {
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: 'Aleo', {$fontfamily};
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-subheader {
|
2016-09-15 06:05:19 +02:00
|
|
|
color: {$lightgreytext};
|
2016-09-15 03:34:11 +02:00
|
|
|
padding: 0;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-shell.conpherence-no-topic {
|
|
|
|
padding: 15px 16px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-action-list .phui-header-action-item
|
|
|
|
.phui-icon-view {
|
|
|
|
height: 18px;
|
|
|
|
width: 24px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 23px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .hide-on-device {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-header-pane .phui-header-col3 {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.conpherence-participant-toggle.phui-icon-circle {
|
2016-09-15 03:34:11 +02:00
|
|
|
text-decoration: none;
|
|
|
|
border-color: {$sky};
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
|
2016-09-15 03:34:11 +02:00
|
|
|
color: {$sky};
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.hide-widgets .conpherence-participant-toggle.phui-icon-circle {
|
2016-09-15 03:34:11 +02:00
|
|
|
text-decoration: none;
|
|
|
|
border-color: {$lightblueborder};
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.hide-widgets .conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
|
2016-09-15 03:34:11 +02:00
|
|
|
color: {$lightblueborder};
|
|
|
|
}
|