ppob-frontend/src/index.css
2021-12-09 14:35:14 +07:00

59 lines
1.2 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);
}