86 lines
1.7 KiB
CSS
86 lines
1.7 KiB
CSS
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;
|
|
}
|
|
|
|
.ant-tabs-tab {
|
|
width: 150px !important;
|
|
text-align: center !important;
|
|
display: inline !important;
|
|
color: black !important;
|
|
}
|
|
|
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #2D9CDB !important;
|
|
border-color: #2D9CDB !important;
|
|
}
|
|
|
|
/*.ant-card {*/
|
|
/* margin-bottom: 30px !important;*/
|
|
/* width: 1000px;*/
|
|
/* height: auto;*/
|
|
/*}*/
|
|
|
|
.ant-table-cell {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.anticon anticon-down {
|
|
text-align: right !important;
|
|
}
|
|
|
|
.ant-btn > span + .anticon {
|
|
margin-left: 770px !important;
|
|
}
|
|
|
|
.ant-btn.ant-btn-primary {
|
|
background: #2D9CDB !important;
|
|
}
|
|
|
|
.transparent {
|
|
background: transparent
|
|
}
|
|
|
|
.ppob-container {
|
|
padding: 14px 14px 14px 14px;
|
|
}
|
|
|
|
.shadow {
|
|
box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ant-menu-sub.ant-menu-inline{
|
|
background-color: #e3e8ee !important;
|
|
}
|
|
.ant-menu-submenu-arrow{
|
|
padding-right: 40px !important;
|
|
}
|
|
|
|
.ant-breadcrumb {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #ed1f24 !important;
|
|
border-color: #ed1f24 !important;
|
|
}
|
|
|
|
.profile-container .ant-popover-inner-content {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.ant-menu-item-divider{
|
|
border-style: transparent !important;
|
|
}
|
|
.ant-table-tbody > tr.ant-table-row-level-0:hover > td {
|
|
background: #f0faf8 !important;
|
|
}
|