Site Skeleton

This commit is contained in:
2019-09-05 14:38:10 +02:00
parent 62f9eaf019
commit 9185f3cf63
136 changed files with 91634 additions and 0 deletions

23
mdb/css/addons/rating.css Normal file
View File

@ -0,0 +1,23 @@
.mdb-rating .rate-popover {
color: grey; }
.mdb-rating .live {
color: black; }
.mdb-rating .oneStar {
color: #44370f; }
.mdb-rating .twoStars {
color: #96781e; }
.mdb-rating .threeStars {
color: #e2b52e; }
.mdb-rating .fourStars {
color: #f1ba12; }
.mdb-rating .fiveStars {
color: #f3cb06; }
.mdb-rating .amber-text {
color: #ffc107 !important; }