Skip to content
Snippets Groups Projects
Commit 7322f197 authored by Chris Lawton's avatar Chris Lawton
Browse files

reducing font size of helptext and radio in comments wrapper

parent cf623526
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,10 @@
&__label {
@extend %h5;
font-weight: $weight--bold;
.wrapper--comments & {
font-size: 15px;
}
}
&__required {
......
......@@ -242,7 +242,7 @@
justify-content: space-between;
margin-bottom: 20px;
}
&--apply-box {
width: 385px;
padding: 20px;
......@@ -295,6 +295,10 @@
padding-bottom: 35px;
margin-bottom: 35px;
}
.helptext {
font-size: 15px;
}
}
&--tabs {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment