15 lines
240 B
CSS
15 lines
240 B
CSS
|
:host /deep/ .card-header {
|
||
|
background-color: rgba(34, 34, 34, 0.80);
|
||
|
cursor: pointer;
|
||
|
padding: 15px;
|
||
|
color: white;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.top-list-entry {
|
||
|
margin-top: -16px;
|
||
|
margin-bottom: 10px;
|
||
|
width: 50%;
|
||
|
float: left;
|
||
|
}
|