Aleksmorshen commited on
Commit
a5a99e1
·
verified ·
1 Parent(s): 6f8fd5a

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +22 -0
styles.css CHANGED
@@ -194,6 +194,28 @@ tr:hover {
194
  background-color: #218838;
195
  }
196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  /* Отчеты */
198
  .stats {
199
  background-color: #f9f9f9;
 
194
  background-color: #218838;
195
  }
196
 
197
+ /* Стили для контейнера скидки */
198
+ .discount-container {
199
+ margin-top: 20px;
200
+ display: flex;
201
+ align-items: center;
202
+ gap: 10px;
203
+ }
204
+
205
+ .discount-container label {
206
+ font-weight: bold;
207
+ }
208
+
209
+ .discount-container input {
210
+ padding: 10px;
211
+ font-size: 16px;
212
+ border: 1px solid #ccc;
213
+ border-radius: 5px;
214
+ background-color: #fff;
215
+ color: #000;
216
+ width: 100px;
217
+ }
218
+
219
  /* Отчеты */
220
  .stats {
221
  background-color: #f9f9f9;