You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
779 B
44 lines
779 B
.mdc-list-item {
|
|
cursor: pointer;
|
|
}
|
|
.mdc-list-item__start-detail {
|
|
background: rgba(0, 0, 0, .26);
|
|
color: white;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.mdc-list-item__end-detail {
|
|
width: auto;
|
|
}
|
|
|
|
.Lebensmittel {
|
|
background: rgb(85, 178, 35);
|
|
}
|
|
.Restaurant {
|
|
background: rgb(242, 60, 0);
|
|
}
|
|
.Auto, .Transport, .Tanken {
|
|
background: rgb(166, 2, 221);
|
|
}
|
|
.Hobbies {
|
|
background: rgb(38, 94, 4);
|
|
}
|
|
.Kleidung, .Shopping, Drogerie {
|
|
background: rgb(0, 183, 224);
|
|
}
|
|
.Übernachtung {
|
|
background: rgb(214, 214, 0);
|
|
}
|
|
.Gesundheit {
|
|
background: rgb(252, 169, 5);
|
|
}
|
|
.Unterhaltung {
|
|
background: rgb(245, 151, 29);
|
|
}
|
|
.Yvonne, .Haustiere {
|
|
background: rgb(252, 194, 246)
|
|
}
|
|
.Fixkosten, .Sonstiges {
|
|
background: rgb(146, 148, 142)
|
|
}
|