ui
This commit is contained in:
@@ -121,6 +121,25 @@ h1.align-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.no-directory-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 40px 20px;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.no-directory-message {
|
||||
color: #8892b0;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.no-directory-button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
|
||||
Reference in New Issue
Block a user