Commit ea1bc50f13f05b01a61620614825ac4b63aa2f92
1 parent
9ee8ff69
Выбрать
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -39,7 +39,7 @@ _________________________________________________________ --> |
39 | 39 | // 'id' => 3 |
40 | 40 | // ])?><!--" class="btn btn-template-main">Подробнее</a>--> |
41 | 41 | |
42 | - <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal"> | |
42 | + <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#order-modal"> | |
43 | 43 | |
44 | 44 | Выбрать </a> |
45 | 45 | </p> |
... | ... | @@ -64,7 +64,7 @@ _________________________________________________________ --> |
64 | 64 | // 'id' => 3 |
65 | 65 | // ])?><!--" class="btn btn-template-main">Подробнее</a>--> |
66 | 66 | |
67 | - <a href="#" class="btn btn-template-primary" data-toggle="modal" data-target="#order-modal"> | |
67 | + <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal"> | |
68 | 68 | |
69 | 69 | Выбрать </a> |
70 | 70 | </p> |
... | ... | @@ -91,7 +91,7 @@ _________________________________________________________ --> |
91 | 91 | // 'id' => 3 |
92 | 92 | // ])?><!--" class="btn btn-template-main">Подробнее</a>--> |
93 | 93 | |
94 | - <a href="#" class="btn btn-template-main" data-toggle="modal" data-target="#order-modal"> | |
94 | + <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#order-modal"> | |
95 | 95 | |
96 | 96 | Выбрать </a> |
97 | 97 | </p> | ... | ... |