Skip to content

Commit 6150119

Browse files
committed
wallet complete
1 parent 0bd0595 commit 6150119

21 files changed

+165
-64
lines changed

css/style.css

+8-6
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ h2 {
5959

6060
.wallet {
6161
display: flex;
62-
width: 1200px;
63-
height: 830px;
62+
width: 1250px;
63+
height: 840px;
6464
background-color: #fff;
6565
border-radius: 30px;
6666
box-shadow: 0 10px 20px #8991B8FF;
@@ -76,7 +76,7 @@ h2 {
7676
}
7777

7878
.wallet__content {
79-
width: 800px;
79+
width: 850px;
8080
padding: 50px;
8181
}
8282

@@ -197,6 +197,7 @@ h2 {
197197
font-size: 20px;
198198
color: #4A6EC9FF;
199199
font-weight: 600;
200+
outline: none;
200201
}
201202

202203
.transaction__confirm-btn {
@@ -249,7 +250,7 @@ h2 {
249250
}
250251

251252
.transaction-history {
252-
width: 720px;
253+
width: 770px;
253254
}
254255

255256
.transaction-history__title {
@@ -263,7 +264,7 @@ h2 {
263264
}
264265

265266
.transaction-history__descr:nth-of-type(1) {
266-
width: 200px;
267+
width: 250px;
267268
}
268269

269270
.transaction-history__descr:nth-of-type(2) {
@@ -284,7 +285,7 @@ h2 {
284285
}
285286

286287
.transaction-history__content {
287-
height: 220px;
288+
height: 240px;
288289
overflow-y: scroll;
289290
}
290291

@@ -358,6 +359,7 @@ h2 {
358359
background-color: #DDE4F5FF;
359360
width: 40px;
360361
height: 40px;
362+
margin-right: 10px;
361363
border-radius: 50%;
362364
}
363365

img/burger.svg

-1
This file was deleted.

img/bus.svg

-2
This file was deleted.

img/card.svg

-1
This file was deleted.

img/cart.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)