created profile in parent view

This commit is contained in:
Tóth Richárd
2018-06-11 23:51:23 +02:00
parent f98f1fe6e2
commit a50eab7528
8 changed files with 202 additions and 9 deletions

View File

@@ -40,4 +40,31 @@ div.list div.money_deposit {
background-color: #F3BF75;
border-left: 2px solid #000;
color: #002E4C;
}
}
.list_item.training {
background-color: #a1ffff;
border-left: 2px solid #0a40ff;
}
.list_item.training:hover {
background-color: #5ecfcf;
}
.list_item.competition {
background-color: #f6bea0;
border-left: 2px solid #ef4710;
}
.list_item.competition:hover {
background-color: #f0a278;
}
.list_item.camp {
background-color: #97fc7e;
border-left: 2px solid #278310;
}
.list_item.camp:hover {
background-color: #69de4c;
}