Mango/public/css/mango.css
2020-02-17 15:54:19 +00:00

29 lines
354 B
CSS

.uk-card-body {
padding: 20px;
}
.uk-card-media-top {
max-height: 350px;
overflow: hidden;
}
.acard:hover {
text-decoration: none;
}
.uk-list li {
cursor: pointer;
}
.reader-bg {
background-color: black;
}
#scan-status {
cursor: auto;
}
.uk-card-title {
word-wrap: break-word;
}
.uk-logo > img {
max-height: 90px;
}
.uk-search {
width: 100%;
}