mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
40 lines
734 B
Plaintext
Executable File
40 lines
734 B
Plaintext
Executable File
.security_sessions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
.security_sessions_list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
gap: 5px;
|
|
|
|
.ant-pagination {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
li {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
button {
|
|
width: 24px!important;
|
|
|
|
svg {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |