Spaces:
Paused
Paused
body { | |
margin: 0; | |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', | |
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', | |
sans-serif; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
code { | |
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', | |
monospace; | |
} | |
html, body { | |
overflow-x: hidden ; | |
} | |
.App { | |
min-height: 100vh; | |
} | |
.container { | |
min-height: 79vh; | |
padding: 24px 12px; | |
margin-bottom: 100px; | |
} | |
.logo { | |
float: left; | |
font-weight: bold; | |
color: #fff; | |
font-size: 1.2em; | |
} | |
.input-search-round input::before, .input-search-round .ant-input-affix-wrapper, .input-search-round .ant-input-group > .ant-input:first-child { | |
border-radius: 32px 0 0 32px ; | |
padding: 4px 10px 4px 15px; | |
} | |
.input-search-round button.ant-btn.ant-btn-primary.ant-input-search-button, .input-search-round .ant-input-group-addon:last-child { | |
border-radius: 0 32px 32px 0 ; | |
padding: 4px 12px; | |
} | |
.tableFiles td { | |
cursor: pointer; | |
} | |
.ant-table-placeholder { | |
overflow: -moz-hidden-unscrollable; | |
} | |
.ant-menu.ant-menu-sub.ant-menu-vertical { | |
background: #0088CC; | |
} | |
.rce-citem-body--bottom-status span { | |
width: 100% ; | |
border-radius: 15px ; | |
padding: 0 5px ; | |
font-size: 11px ; | |
} | |
.ant-layout-sider.messaging { | |
flex: none ; | |
min-width: 0 ; | |
max-width: 430px ; | |
width: 100% ; | |
} | |
.ant-layout-sider.messaging.ant-layout-sider-collapsed.ant-layout-sider-zero-width { | |
flex: none ; | |
min-width: 0 ; | |
max-width: 0 ; | |
width: 0 ; | |
} | |
.messageItem p:last-child { | |
margin-bottom: 0 ; | |
} | |
.messageItem pre { | |
white-space: pre-wrap; | |
font-size: 12px; | |
} | |
.ant-popover-placement-bottomRight .ant-popover-inner-content { | |
padding: 0 ; | |
} | |
.view .ant-drawer-content-wrapper { | |
height: 100vh ; | |
} | |
.ant-modal.view { | |
position: sticky ; | |
width: 100% ; | |
max-width: 100% ; | |
padding: 0 ; | |
margin: 0 ; | |
} | |
.view .ant-modal-body { | |
padding: 0 ; | |
} | |
.ant-form-item .ghost.ant-select { | |
width: 149px ; | |
text-align: right ; | |
} | |
.ghost.ant-select .ant-select-selector { | |
border: none ; | |
box-shadow: none ; | |
} | |
.ant-list-item-action > li { | |
padding: 0 ; | |
} | |
.ant-list-split .ant-list-header { | |
border-bottom: none ; | |
} | |
.ant-list-split .ant-list-item { | |
border-bottom: none ; | |
} |