Skip to content

Commit

Permalink
cssを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Aug 1, 2022
1 parent d470449 commit f33f47d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
33 changes: 24 additions & 9 deletions html/template/default/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12294,7 +12294,12 @@ Styleguide 3.1.2
width: 47%;
margin-left: 2%;
}
.ec-halfInput input[type=text]:first-child {
.ec-halfInput .ec-errorMessage {
display: inline-block;
width: 47%;
}
.ec-halfInput input[type=text]:first-of-type,
.ec-halfInput .ec-errorMessage:first-of-type {
margin-left: 0;
}
/*
Expand Down Expand Up @@ -12350,7 +12355,7 @@ Styleguide 3.1.4
display: inline-block;
text-align: left;
width: auto;
max-width: 8em;
max-width: 9em;
font-size: 16px;
}
.ec-zipInput span {
Expand Down Expand Up @@ -12411,7 +12416,7 @@ Markup:
Styleguide 3.1.5
*/
.ec-telInput input {
max-width: 10em;
max-width: 12em;
text-align: left;
}
/**
Expand Down Expand Up @@ -12676,7 +12681,12 @@ Styleguide 3.1.2
width: 47%;
margin-left: 2%;
}
.ec-halfInput input[type=text]:first-child {
.ec-halfInput .ec-errorMessage {
display: inline-block;
width: 47%;
}
.ec-halfInput input[type=text]:first-of-type,
.ec-halfInput .ec-errorMessage:first-of-type {
margin-left: 0;
}
/*
Expand Down Expand Up @@ -12732,7 +12742,7 @@ Styleguide 3.1.4
display: inline-block;
text-align: left;
width: auto;
max-width: 8em;
max-width: 9em;
font-size: 16px;
}
.ec-zipInput span {
Expand Down Expand Up @@ -12793,7 +12803,7 @@ Markup:
Styleguide 3.1.5
*/
.ec-telInput input {
max-width: 10em;
max-width: 12em;
text-align: left;
}
/*
Expand Down Expand Up @@ -29779,6 +29789,10 @@ Styleguide 22.1
margin-left: 15px;
width: 45%;
}
.ec-halfInput .ec-errorMessage {
margin-left: 15px;
width: 45%;
}
.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
font-size: 14;
}
Expand All @@ -29795,6 +29809,10 @@ Styleguide 22.1
margin-left: 15px;
width: 45%;
}
.ec-halfInput .ec-errorMessage {
margin-left: 15px;
width: 45%;
}
.ec-select__delivery {
display: inline-block;
}
Expand Down Expand Up @@ -30563,9 +30581,6 @@ Styleguide 22.1
.ec-historyListHeader .ec-historyListHeader__action a {
font-size: 14px;
}
.ec-registerRole .ec-registerRole__actions {
text-align: left;
}
.ec-customerRole .ec-blockBtn--action {
margin-bottom: 16px;
}
Expand Down
2 changes: 1 addition & 1 deletion html/template/default/assets/css/style.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.

0 comments on commit f33f47d

Please sign in to comment.