casdoor/web/src/index.css

54 lines
899 B
CSS
Raw Normal View History

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",
2020-10-20 21:46:44 +08:00
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family:
source-code-pro,
Menlo,
Monaco,
Consolas,
"Courier New",
2020-10-20 21:46:44 +08:00
monospace;
}
2020-10-20 22:37:38 +08:00
.logo {
height: 27px;
margin: 17px 0 16px 15px;
2020-10-20 22:37:38 +08:00
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 {
2020-10-20 23:14:03 +08:00
padding: 1px 8px !important;
}
.ant-list-sm .ant-list-item {
padding: 2px !important;
}
2023-10-28 23:58:51 +08:00
.ant-drawer-body {
padding: 0 !important;
overflow: hidden !important;
}
.custom-link:hover {
color: rgb(64 64 64) !important;
}