HighLab

_setting.scssの設定

  • 公開日:
  • 更新日:
  • 文字数:691文字
// typography
$font-gothic: 'Yu Gothic Medium','游ゴシック体', 'Yu Gothic', 'YuGothic','Yu Gothic UI','MS ゴシック','Hiragino Kaku Gothic ProN W3','Hiragino Sans','メイリオ', Meiryo,sans-serif;

$font-mincho:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','メイリオ', Meiryo,sans-serif;

$content-width: 1080px;

//colors
$main-color:#cab0a7;
$bg-color:#ffe4e1;
$gray-color: #f4f4f4;
$hover-color: #a67b5b;

//ブレークポイント
$large: new-breakpoint(min-width 1110px 12);
$middle: new-breakpoint(max-width 1109px 12);
$middle-min: new-breakpoint(min-width 768px max-width 1109px 12);
$mobile: new-breakpoint(max-width 767px 12);
$mobile-small: new-breakpoint(max-width 341px 12);