UNPKG

onnet-portal

Version:

Ant Design Pro based test2

142 lines (124 loc) 2.43 kB
@import '~antd/es/style/themes/default.less'; @import './utils/utils.less'; .highlightColor { color: @highlight-color; } .warningColor { color: @warning-color; } .cardList { margin-bottom: -24px; .card { :global { .ant-card-meta-title { margin-bottom: 12px; & > a { display: inline-block; max-width: 100%; color: @heading-color; } } .ant-card-body:hover { .ant-card-meta-title > a { color: @primary-color; } } } } .item { height: 64px; } :global { .ant-list .ant-list-item-content-single { max-width: 100%; } } } .extraImg { width: 155px; margin-top: -20px; text-align: center; img { width: 100%; } } .newButton { width: 100%; height: 188px; color: @text-color-secondary; background-color: @component-background; border-color: @border-color-base; border-radius: @border-radius-sm; } .cardAvatar { width: 48px; height: 48px; border-radius: 48px; } .cardDescription { .textOverflowMulti(); } .pageHeaderContent { position: relative; } .contentLink { margin-top: 16px; a { margin-right: 32px; img { width: 24px; } } img { margin-right: 8px; vertical-align: middle; } } @media screen and (max-width: @screen-lg) { .contentLink { a { margin-right: 16px; } } } @media screen and (max-width: @screen-md) { .extraImg { display: none; } } @media screen and (max-width: @screen-sm) { .pageHeaderContent { padding-bottom: 30px; } .contentLink { position: absolute; bottom: -4px; left: 0; width: 1000px; a { margin-right: 16px; } img { margin-right: 4px; } } } .columns { word-break: break-word; } .zoneLabel { margin-left: 0.5em; font-size: xx-large; } .ant-table-tbody:hover, .ant-table-row .ant-table-row-level-0:hover, .ant-table-tbody > tr.ant-table-row-level-0:hover { background-color: red !important; } .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td, .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td, .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td { background: unset !important; }