このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
skouter
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
172
コミット
1
ブランチ
11 MiB
ツリー:
bb7b9fdbe0
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'bb7b9fdbe0' から
${ noResults }
skouter
/
grav-admin
/
user
/
plugins
/
problems
/
scss
/
utilities
/
_shapes.scss
_shapes.scss
94 B
Raw
通常表示
履歴
Setup grav Store only files relevant to the project by tracking only the user/ directory.
1年前
1
2
3
4
5
6
7
8
// Shapes
.s-rounded {
border-radius: $border-radius;
}
.s-circle {
border-radius: 50%;
}