smolNews/style.css
2024-12-02 13:14:43 +00:00

52 lines
895 B
CSS

.card-horizontal {
display: flex;
flex-direction: row;
align-items: center;
}
.card-horizontal img {
width: 337px;
height: 200px;
margin-right: 15px;
object-fit: cover;
}
.modal-body img {
max-width: 100%;
height: auto;
margin-bottom: 15px;
}
.modal-dialog {
max-width: 800px;
}
.article-metadata {
color: #666;
font-size: 0.9em;
margin-bottom: 15px;
}
.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;
}