mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
23 lines
331 B
CSS
23 lines
331 B
CSS
|
/**
|
||
|
* @provides phui-curtain-view-css
|
||
|
*/
|
||
|
|
||
|
.phui-curtain-panel {
|
||
|
margin: 4px;
|
||
|
padding: 4px 0;
|
||
|
}
|
||
|
|
||
|
.device-desktop .phui-curtain-panel {
|
||
|
border-top: 1px solid {$lightblueborder};
|
||
|
}
|
||
|
|
||
|
.phui-curtain-panel-header {
|
||
|
padding: 4px 0 0;
|
||
|
color: {$bluetext};
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.phui-curtain-panel-body {
|
||
|
padding: 4px 0 0;
|
||
|
}
|