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.
37 lines
710 B
37 lines
710 B
.icon_moped{
|
|
background: url('/img/moped.svg') 100% 100% no-repeat;
|
|
height: 40px;
|
|
width: 55px;
|
|
margin-right: 5px;
|
|
margin-left: 1px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icon_fire{
|
|
background: url('/asset/img/fire.svg') 100% 100% no-repeat;
|
|
height: 45px;
|
|
width: 35px;
|
|
margin-right: 15px;
|
|
margin-left: 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icon_phone{
|
|
background: url('/img/phone.svg') 100% 100% no-repeat;
|
|
height: 45px;
|
|
width: 35px;
|
|
margin-right: 15px;
|
|
margin-left: 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.title_header_box{
|
|
display: block;
|
|
}
|
|
|
|
.title_header{
|
|
display: inline-flex;
|
|
} |