mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
change empty tips (#6565)
* [draft] change empty tips * remove useless codes
This commit is contained in:
@@ -120,22 +120,3 @@
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.notification-dialog-body .empty-tip {
|
||||
margin: 5.5em 1em;
|
||||
border-radius: 3px;
|
||||
padding: 30px;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.notification-dialog-body .empty-tip .no-items-img-tip {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.notification-dialog-body .empty-tip {
|
||||
padding: 30px 80px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user