37 lines
1.5 KiB
CSS
37 lines
1.5 KiB
CSS
@import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
|
|
|
.table-operations > button {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.ant-table { width: 100%; border-collapse: collapse; }
|
|
.ant-table th, .ant-table td { border: 1px solid #f0f0f0; padding: 8px; text-align: left; }
|
|
.ant-table th { background: #fafafa; cursor: pointer; }
|
|
.ant-table-column-sort { background: #e6f7ff; }
|
|
.ant-btn { padding: 0 15px; height: 32px; border: 1px solid #d9d9d9; border-radius: 4px; cursor: pointer; }
|
|
.ant-btn-primary { background: #1890ff; color: white; border-color: #1890ff; }
|
|
.ant-btn-danger { background: #ff4d4f; color: white; border-color: #ff4d4f; }
|
|
.loading-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); color: white; text-align: center; padding-top: 20%; z-index: 1000; }
|
|
.ant-input { border: 1px solid #d9d9d9; border-radius: 4px; padding: 4px 11px; }
|
|
.ant-input-prefix { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); color: rgba(0,0,0,.25); }
|
|
|
|
.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
|
|
.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
|
|
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
|
|
.alert-info { background-color: #cce5ff; border-color: #b8daff; color: #004085; }
|
|
|
|
.error-404 {
|
|
text-align: center;
|
|
margin-top: 10%;
|
|
}
|
|
.error-404 h1 {
|
|
font-size: 150px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
.error-404 p:first-of-type {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
} |