1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12:41 +01:00
phorge-phorge/webroot/rsrc/css/phui/phui-box.css

20 lines
311 B
CSS
Raw Normal View History

/**
* @provides phui-box-css
*/
.phui-box-border {
border: 1px solid {$lightblueborder};
border-bottom: 1px solid {$blueborder};
}
.phui-box-border .phui-box-inner {
background-color: #fff;
}
.device-phone .phui-box {
border-left: none;
border-right: none;
margin-left: 0;
margin-right: 0;
}