1
0
mirror of https://github.com/Luzifer/mediatimeline.git synced 2024-09-19 16:02:57 +00:00
mediatimeline/frontend/app.css
Knut Ahlers d9eb76d889
Move frontend to bootstrap-vue, add linting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-24 19:44:50 +02:00

21 lines
369 B
CSS

.card-img-top {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 100%;
}
.faved, .faved:hover, .faved:active {
color: yellow;
}
.user-image {
border-radius: 1.25rem;
height: 36px;
}
.tweet {
max-height: 50px;
white-space: pre-line;
}
.toast, .toast-header {
background-color: rgba(34,34,34,0.85);
}