Skip to content

Commit

Permalink
Update font size and weight in survey. (#6435)
Browse files Browse the repository at this point in the history
* Remove unused css
  • Loading branch information
akatsoulas authored Jan 9, 2025
1 parent 0ce0ad7 commit fbb5e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
71 changes: 0 additions & 71 deletions kitsune/sumo/static/sumo/scss/components/_wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -990,77 +990,6 @@ div.video .kbox-container {
}
}

article {

#unhelpful-survey,
#helpful-survey {
textarea {
height: 65px;
margin: 6px 0 2px 12px;
resize: vertical;
width: 275px;
}

&:after {
background: #fff;
box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);
content: '';
display: block;
height: 10px;
left: -5px;
position: absolute;
top: 15px;
transform: rotate(45deg);
width: 10px;
z-index: 1;
}
}
}

#unhelpful-survey,
#helpful-survey {
p {
margin: p.$spacing-sm 0;
}

.helpful-button {
display: block;
margin-top: p.$spacing-md;
}

ul {
list-style: none;
}

li {
color: #fff;
cursor: pointer;
position: relative;

label {
font-weight: normal;
margin: 0;
@include c.text-body-sm;


&:before {
top: 2px;
margin-right: 10px;
}
}
}


.btn-submit {
margin: 6px 14px;
float: left;
}

.character-counter,
.disabled-reason {
@include c.text-body-xs;
}
}

.doc-watch {
padding: 40px 0 0 0;
Expand Down
3 changes: 2 additions & 1 deletion kitsune/sumo/static/sumo/scss/layout/_document.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
.not-helpful-button {
padding: 0;
margin: 0 p.$spacing-sm;
font-size: p.$spacing-lg;
font-size: 1.1rem;
font-weight: bold;
border: 0 none;
appearance: none;
background: transparent;
Expand Down

0 comments on commit fbb5e30

Please sign in to comment.