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

14 行
198 B
SCSS
Raw 通常表示 履歴

2018-03-12 21:05:29 +09:00
2018-01-24 23:48:58 +09:00
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
// Variables
@import "variables";
// Bootstrap
2018-03-12 21:05:29 +09:00
@import '~bootstrap/scss/bootstrap';
2018-01-24 23:48:58 +09:00
2019-07-29 14:50:33 +09:00
html {
cursor: text;
}