aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.css
blob: 1bcaed9b5bc8048e35ad49f20516dbba09fca45b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:host {
    list-style-type:circle;
    border: 2px solid #000;
    display: block;
    width: 30%;
    border-radius: 5px;
    
}

li {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;

}