FunctionProject/website/public/css/pages/functions/rightPrice.css

21 lines
339 B
CSS
Raw Normal View History

2020-04-28 18:46:13 +02:00
.Product__image {
2020-08-03 14:14:45 +02:00
max-width: 150px;
2020-04-28 18:46:13 +02:00
}
.Price__result {
2020-08-03 14:14:45 +02:00
height: 50px;
margin: 5px 0 10px 0;
display: flex;
align-items: center;
padding-left: 10px;
color: #fff;
2020-04-28 18:46:13 +02:00
}
.Price__result-success {
2020-08-03 14:14:45 +02:00
background-color: #28a745;
2020-04-28 18:46:13 +02:00
}
.Price__result-plus {
2020-08-03 14:14:45 +02:00
background-color: #dc3545;
2020-04-28 18:46:13 +02:00
}
.Price__result-moins {
2020-08-03 14:14:45 +02:00
background-color: #343a40;
}