2020-10-20 21:46:44 +08:00
|
|
|
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;
|
|
|
|
}
|
2020-10-20 22:37:38 +08:00
|
|
|
|
|
|
|
.logo {
|
2022-02-13 23:34:29 +08:00
|
|
|
background: url("https://cdn.casdoor.com/logo/casdoor-logo_1185x256.png");
|
|
|
|
background-size: 130px, 27px;
|
|
|
|
width: 130px;
|
2020-10-20 22:37:38 +08:00
|
|
|
height: 27px;
|
|
|
|
/*background: rgba(0, 0, 0, 0.2);*/
|
|
|
|
margin: 17px 10px 16px 20px;
|
|
|
|
float: left;
|
|
|
|
}
|
2020-10-20 23:14:03 +08:00
|
|
|
|
|
|
|
.ant-table.ant-table-middle .ant-table-title, .ant-table.ant-table-middle .ant-table-footer, .ant-table.ant-table-middle thead > tr > th, .ant-table.ant-table-middle tbody > tr > td {
|
|
|
|
padding: 1px 8px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-list-sm .ant-list-item {
|
|
|
|
padding: 2px !important;
|
|
|
|
}
|
2021-02-14 15:59:25 +08:00
|
|
|
|
|
|
|
.ant-layout-header {
|
|
|
|
background-color: white !important;
|
|
|
|
}
|