добавляю скрипты по части фронта
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
.order-create__btn-block{
|
||||
margin: 20px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user