$color_yellow: #FED11E; .ingredients_box{ text-align: center; width: 82px; height: 128px; margin: 10px 10px 10px auto; .onion{ background: url('/assets/img/onion.png') 100% 100% no-repeat; } .bacon{ background: url('/assets/img/bacon.png') 100% 100% no-repeat; } .cheese{ background: url('/assets/img/cheese.png') 100% 100% no-repeat; } .jalapeno{ background: url('/assets/img/jalapeno.png') 100% 100% no-repeat; } .mushroom{ background: url('/assets/img/mushroom.png') 100% 100% no-repeat; } .pickles{ background: url('/assets/img/pickles.png') 100% 100% no-repeat; } .pineapple{ background: url('/assets/img/pineapple.png') 100% 100% no-repeat; } .tomato{ background: url('/assets/img/tomato.png') 100% 100% no-repeat; } .ingredients_img{ color: rgb(0, 0, 0); height: 52px; width: 52px; margin: 0 auto; border-radius: 50%; background-color: #fff; } .ingredients_text_box{ border-radius: 30%; height: 128px; } .ingredients_name{ color: rgb(0, 0, 0); font-size: 12px; } .ingredients_price{ color: rgb(0, 0, 0); font-size: 12px; } .ingredients_button{ background-color: #fff; border-radius: 50%; width: 28px; height: 28px; font-size: 24px; } .yellow{ background-color: $color_yellow; } .none{ background-color: #F5F1E1; } }