You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
435 B
37 lines
435 B
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
*:focus-visible {
|
|
outline: none;
|
|
}
|
|
|
|
.pagination-container {
|
|
position: relative;
|
|
margin-top: 30px;
|
|
padding: 0 20px !important;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.table_border {
|
|
border: 1px solid #eee;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.content-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|