ppob-frontend/src/index.css
2021-12-09 09:01:39 +07:00

49 lines
985 B
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;
}