mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
2e1c7da1bf
Summary: Darkens the topic, adds fun colors to action icons. Test Plan: Hover over new action icons. See darker topic text. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16556
65 lines
1.3 KiB
CSS
65 lines
1.3 KiB
CSS
/**
|
|
* @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 {
|
|
color: {$lightgreytext};
|
|
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;
|
|
}
|
|
|
|
.conpherence-participant-toggle.phui-icon-circle {
|
|
text-decoration: none;
|
|
border-color: {$sky};
|
|
cursor: pointer;
|
|
}
|
|
|
|
.conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
|
|
color: {$sky};
|
|
}
|
|
|
|
.hide-widgets .conpherence-participant-toggle.phui-icon-circle {
|
|
text-decoration: none;
|
|
border-color: {$lightblueborder};
|
|
cursor: pointer;
|
|
}
|
|
|
|
.hide-widgets .conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
|
|
color: {$lightblueborder};
|
|
}
|