You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
402 B
19 lines
402 B
.card_additionally_box{
|
|
min-width: 100px;
|
|
height: 105px;
|
|
border-radius: 14px;
|
|
margin-left: 10px;
|
|
position: relative;
|
|
display: inline-block;
|
|
background: white;
|
|
text-align: center;
|
|
|
|
.card_additionally_img_box {
|
|
height: 80px;
|
|
width: 80px;
|
|
text-align: center;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
} |