summaryrefslogtreecommitdiff
path: root/src/web/src/app/search-item/search-item.component.css
blob: 5a92152088e3ab8a5d7e5f41788da9918b6b0fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.example-option-img {
    width: 70px;
}

.year-wrapper {
    margin-top: 10px;
}

.year-wrapper-content {
    background-color: white;
    color: #3f51b5;
    padding: 5px;
    box-sizing: border-box;
}