45 lines
644 B
CSS
45 lines
644 B
CSS
table {
|
|
|
|
& td {
|
|
padding: 5px;
|
|
}
|
|
& tr:nth-child(odd) {
|
|
background-color: #eeeeee;
|
|
}
|
|
}
|
|
|
|
#taxi__order-create{
|
|
padding: 10px;
|
|
}
|
|
|
|
#taxi__home__filter-form{
|
|
width: 20%;
|
|
}
|
|
|
|
.taxi-btn{
|
|
margin: 25px 0;
|
|
}
|
|
|
|
.elem--title.el-title--big{
|
|
padding: 7px;
|
|
margin: 50px 0 25px 0;
|
|
border-left: 5px solid #7864eb;
|
|
font-size: 1.3rem;
|
|
background: linear-gradient(90deg, rgb(237 234 255) 0%, rgb(255 255 255) 75%);
|
|
border-top-left-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
display: inline-block;
|
|
min-width: 400px;
|
|
}
|
|
|
|
.form-field-block{
|
|
display: flex;
|
|
}
|
|
|
|
.taxi-orders__order-options{
|
|
|
|
& button {
|
|
margin: 10px 0;
|
|
}
|
|
}
|