feat: initial commit
This commit is contained in:
48
src/index.css
Normal file
48
src/index.css
Normal file
@@ -0,0 +1,48 @@
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user