Skip to content

Commit

Permalink
Merge pull request #5541 from takeuji/radio-errmessage-fix
Browse files Browse the repository at this point in the history
ラジオボタンのエラーメッセージにスタイルが当たるように修正
  • Loading branch information
chihiro-adachi authored Aug 16, 2022
2 parents dd69df5 + b16d54b commit a43be68
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
11 changes: 7 additions & 4 deletions html/template/default/assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion html/template/default/assets/css/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/template/default/assets/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion html/template/default/assets/css/style.min.css.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ Styleguide 3.1.1
}
}

.ec-checkbox{
.ec-checkbox,.ec-radio{
.ec-errorMessage {
margin-bottom: 25px;
font-size: 12px;
font-weight: bold;
color: $clrRed;
}
}
.error.ec-checkbox {
input, label{
.error.ec-checkbox,.error.ec-radio {
input, label, div{
border-color: #CF3F34;
background: #FDF1F0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Markup:
Styleguide 3.2.2
*/
.ec-radio{
div{
display: inline-block;
}
label{
margin-right:20px;
}
Expand Down

0 comments on commit a43be68

Please sign in to comment.