このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/resources/sass/_variables.scss

20 行
332 B
SCSS
Raw 通常表示 履歴

2018-01-24 23:48:58 +09:00
// Body
2019-01-28 18:14:15 +09:00
$body-bg: #31363b;
2018-01-24 23:48:58 +09:00
// Typography
$font-family-sans-serif: "Raleway", sans-serif;
2018-03-12 21:21:15 +09:00
$font-size-base: 1rem;
2018-01-24 23:48:58 +09:00
$line-height-base: 1.6;
2019-01-28 18:14:15 +09:00
#app {
font-family: monospace;
font-size: large;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
2020-03-03 20:14:18 +09:00
margin-top: 48px;
2020-01-06 18:24:32 +09:00
margin-left: 0px;
2019-01-28 18:14:15 +09:00
}