mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
15 lines
266 B
CSS
15 lines
266 B
CSS
|
/**
|
||
|
* @provides phui-box-css
|
||
|
*/
|
||
|
|
||
|
.phui-box-shadow {
|
||
|
border-left: 1px solid #e7e7e7;
|
||
|
border-right: 1px solid #e7e7e7;
|
||
|
border-bottom: 1px solid #c0c5d1;
|
||
|
}
|
||
|
|
||
|
.phui-box-shadow .phui-box-inner {
|
||
|
background-color: #fff;
|
||
|
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
||
|
}
|