📦 NEW: rightPrice frontend

This commit is contained in:
Divlo
2020-04-28 18:46:13 +02:00
parent df512dea12
commit 82884e7d4a
2 changed files with 174 additions and 0 deletions

View File

@ -0,0 +1,20 @@
.Product__image {
max-width: 150px;
}
.Price__result {
height: 50px;
margin: 5px 0 10px 0;
display: flex;
align-items: center;
padding-left: 10px;
color: #fff;
}
.Price__result-success {
background-color: #28a745;
}
.Price__result-plus {
background-color: #dc3545;
}
.Price__result-moins {
background-color: #343a40;
}