Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-formation-view.css
| Show First 20 Lines • Show All 121 Lines • ▼ Show 20 Lines | .phui-formation-resizer { | ||||
| box-shadow: inset -1px 0px 1px rgba({$alphablack}, 0.15); | box-shadow: inset -1px 0px 1px rgba({$alphablack}, 0.15); | ||||
| background-image: url(/rsrc/image/divot.png); | background-image: url(/rsrc/image/divot.png); | ||||
| background-position: center; | background-position: center; | ||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| display: none; | display: none; | ||||
| z-index: 4; | |||||
| } | } | ||||
| .device-desktop .phui-formation-resizer { | .device-desktop .phui-formation-resizer { | ||||
| display: block; | display: block; | ||||
| } | } | ||||
| .phui-flank-view-fixed { | .phui-flank-view-fixed { | ||||
| position: fixed; | position: fixed; | ||||
| top: {$menu.main.height}; | top: {$menu.main.height}; | ||||
| bottom: 0; | bottom: 0; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| background: {$lightgreybackground}; | |||||
| z-index: 4; | |||||
| } | } | ||||
| .phui-flank-view-fixed .phui-flank-view-body { | .phui-flank-view-fixed .phui-flank-view-body { | ||||
| overflow: hidden auto; | overflow: hidden auto; | ||||
| } | } | ||||
| .device-desktop .phui-flank-view-fixed | .device-desktop .phui-flank-view-fixed | ||||
| .phui-flank-view-body::-webkit-scrollbar { | .phui-flank-view-body::-webkit-scrollbar { | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||