добавляю все изменения проекта на текущий момент

This commit is contained in:
vasya
2026-02-27 18:49:27 +03:00
parent e927910fda
commit 9c35f4e35e
303 changed files with 79434 additions and 2558 deletions
+44
View File
@@ -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;
}
}
+3
View File
@@ -0,0 +1,3 @@
.order-create__btn-block{
margin: 20px 0;
}