We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c246f42 commit e31a789Copy full SHA for e31a789
css/Karma Store Page CSS.css
@@ -384,16 +384,19 @@ form {
384
385
.submit-btn {
386
position: absolute;
387
- width: 148px;
388
- height: 26px;
389
- left: 183px;
390
- top: 1215px;
+ width: 269px;
+ height: 70px;
+ left: 122px;
+ top: 1193px;
391
font-family: 'Roboto';
392
font-style: normal;
393
font-weight: 500;
394
font-size: 22px;
395
line-height: 26px;
396
- color: #FFFFFF;
+ background: #E0633A;
397
+ border-radius: 4px;
398
+ padding: 10px 15px;
399
+ color: #fff;
400
}
401
402
.girl-img {
@@ -403,4 +406,4 @@ form {
403
406
left: 739px;
404
407
top: 98px;
405
408
background: url(image.png);
-}
409
+}
0 commit comments