| 12345678910111213141516171819202122232425262728293031323334353637 |
- .remoteimg-field {
- img, .upload-bth {
- left: 50% !important;
- margin-left: -67.5px !important;
- }
- .x-filefield-button {
- margin-top: 50% !important;
- }
- .tool-bar {
- width: 100% !important;
- height: 24px !important;
- top: 146px !important;
- left: 0 !important;
- .tools {
- width: 135px;
- height: 24px;
- margin: 0 auto;
- display: flex;
- justify-content: flex-end;
- background: white;
- opacity: 0.7;
- .tool {
- width: 24px;
- line-height: 24px;
- text-align: center;
- cursor: pointer;
- &:hover {
- font-size: 16px;
- }
- }
- }
- }
- }
|