| | |
| | | .mob-shell-inner { |
| | | // scaleview |
| | | width: 120%; |
| | | height: 120%; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | background: #ffffff; |
| | | box-shadow: 0px 0px 2px #000000; |
| | | transform: scale(0.8333333333333334, 0.8333333333333334); |
| | | transform-origin: left top; |
| | | .mk-component-card { |
| | | position: relative; |
| | | } |
| | | >.ant-empty { |
| | | padding-top: 150px; |
| | | } |
| | | } |
| | | .mob-shell-inner::-webkit-scrollbar { |
| | | width: 2px; |
| | | } |
| | | .mob-shell-inner::-webkit-scrollbar-thumb { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); |
| | | background: rgba(0, 0, 0, 0.23); |
| | | border-radius: 5px; |
| | | } |
| | | .mob-shell-inner::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |
| | | border: 1px solid rgba(0, 0, 0, 0.07); |
| | | background: rgba(0, 0, 0, 0); |
| | | border-radius: 3px; |
| | | } |