mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
14 lines
211 B
CSS
14 lines
211 B
CSS
|
/**
|
||
|
* @provides phui-oi-flush-ui-css
|
||
|
* @requires phui-oi-list-view-css
|
||
|
*/
|
||
|
|
||
|
.phui-oi-list-view.phui-oi-list-flush {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.phui-object-box .phui-oi-list-flush .phui-oi {
|
||
|
margin: 0;
|
||
|
}
|