desktop front finished
This commit is contained in:
parent
eb4b2dbefb
commit
8c0fe3ab26
|
@ -83,16 +83,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.star-icon {
|
.star-icon {
|
||||||
/* margin-top: 19px; */
|
|
||||||
display: block;
|
display: block;
|
||||||
background-color: var(--col-dark-blue);
|
background-color: var(--col-dark-blue);
|
||||||
/* width: 100px; */
|
|
||||||
/* height: 100px; */
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
/* line-height: 100px; */
|
|
||||||
vertical-align: middle;
|
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -272,6 +269,8 @@ body {
|
||||||
--fs-button: 15px;
|
--fs-button: 15px;
|
||||||
--lh-button: 1.2666666667;
|
--lh-button: 1.2666666667;
|
||||||
--ls-button: 2px;
|
--ls-button: 2px;
|
||||||
|
|
||||||
|
--border-radius: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating-component {
|
.rating-component {
|
||||||
|
@ -282,16 +281,40 @@ body {
|
||||||
padding: 32px 39px 32px 32px;
|
padding: 32px 39px 32px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.star-icon {
|
||||||
|
width: 48px;
|
||||||
|
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.rating-component__header {
|
.rating-component__header {
|
||||||
margin-top: 30px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating-component__body {
|
.rating-component__body {
|
||||||
margin-top: 15px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ratingForm__label {
|
||||||
|
width: 51px;
|
||||||
|
height: 51px;
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ratingForm label {
|
||||||
|
margin-right: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ratingForm label:nth-child(odd) {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
padding: 14px 138px 12px 137px;
|
||||||
|
}
|
||||||
.btn-submit {
|
.btn-submit {
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
margin-inline: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating-component-back {
|
.rating-component-back {
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
<label class="ratingForm__label" for="ratingScore5">5</label>
|
<label class="ratingForm__label" for="ratingScore5">5</label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button class="btn btn-submit" type="submit">Submit</button>
|
<button id="buttonSubmit" class="btn btn-submit" type="submit">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue