mirror of
https://github.com/abrendan/smolNews.git
synced 2025-08-25 14:02:07 +02:00
Added error message when no articles found
This commit is contained in:
20
style.css
20
style.css
@@ -29,4 +29,24 @@
|
||||
|
||||
.icon-small {
|
||||
width: 10%; /* Set the width to 10% */
|
||||
}
|
||||
|
||||
.message {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
z-index: 1000;
|
||||
padding: 10px 15px;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
||||
max-width: 300px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #155724;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: #721c24;
|
||||
}
|
Reference in New Issue
Block a user