11 lines
118 B
SCSS
11 lines
118 B
SCSS
.price-text{
|
|
font-weight: bold;
|
|
color: #ff5b57;
|
|
}
|
|
.info-text{
|
|
color: #42b983;
|
|
}
|
|
.gray-text{
|
|
color: #999999;
|
|
}
|