Skip to content

Commit

Permalink
bc_sample の表示について微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 25, 2020
1 parent cbd5fe0 commit 2d267da
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body {
.bs-wrap {
width: 1260px;
margin: 0 auto;
padding: 0 20px;
padding: 0 40px;
box-sizing: border-box;

@include bs-mq() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ $breakPoint: 768px;
letter-spacing: 0;
overflow: hidden;
font-size: 2.2em;
font-weight: normal;
font-weight: bold;
line-height: 1.2;
margin: 1.5em 0;
margin: 0.6em 0;
padding: 0.3em 0;
text-align: left;
background: none;

&:first-child {
margin-top: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
&__inner {
width: 1260px;
margin: 0 auto;
padding: 0 20px;
padding: 0 40px;
box-sizing: border-box;

@include bs-mq() {
Expand All @@ -20,8 +20,8 @@
}

&__logo {
margin-top: 40px;
margin-bottom: 40px;
margin-top: 30px;
margin-bottom: 30px;
vertical-align: bottom;
max-height: 36px;
max-width: 200px;
Expand All @@ -32,8 +32,8 @@
}

@include bs-mq() {
margin-top: 30px;
margin-bottom: 30px;
margin-top: 20px;
margin-bottom: 20px;
}
}

Expand Down Expand Up @@ -111,7 +111,7 @@
position: relative;
list-style: none;
margin: 0 auto;
padding: 0;
padding: 0 40px;
z-index: 15;

@include bs-mq() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
}

font-weight: bold;
font-size: 14px;
padding: 22px 0 22px 0;
font-size: 20px;
padding: 10px 0 10px 0;
margin: 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
display: block;
padding: 10px 0;
font-size: 14px;
font-size: 16px;
line-height: 1.6 !important;
font-weight:bold;
}
Expand Down
3 changes: 1 addition & 2 deletions lib/Baser/Config/theme/bc_sample/__assets/css/page/_top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
margin-bottom: 100px;

h2 {
font-size: 14px !important;
font-weight: bold !important;
}
@include bs-mq() {
Expand Down Expand Up @@ -107,7 +106,7 @@
font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
display: block;
padding: 10px 0;
font-size: 14px;
font-size: 16px;
line-height: 1.6 !important;
font-weight:bold;
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Baser/Config/theme/bc_sample/css/bge_style.css

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

4 changes: 2 additions & 2 deletions lib/Baser/Config/theme/bc_sample/css/editor.css

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Baser/Config/theme/bc_sample/css/maps/editor.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Baser/Config/theme/bc_sample/css/maps/style.css.map

Large diffs are not rendered by default.

23 changes: 11 additions & 12 deletions lib/Baser/Config/theme/bc_sample/css/style.css

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

0 comments on commit 2d267da

Please sign in to comment.