forked from Gitlink/forgeplus-react
17 lines
331 B
CSS
17 lines
331 B
CSS
.cooperatives-container {
|
|
|
|
}
|
|
|
|
.cooperatives-container .cooperative-item-title {
|
|
margin-bottom: 20px;
|
|
font-size: 16px;
|
|
}
|
|
.cooperatives-container .cooperative-item-list-item {
|
|
padding: 10px 0;
|
|
height: 60px;
|
|
border: 1px solid #eee;
|
|
}
|
|
.cooperatives-container .cooperative-item-list-item img {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |