Skip to content

Commit 9124b06

Browse files
author
Kuniwak
committed
Improve stage6
1 parent 119c6cd commit 9124b06

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

public/stage6/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<div class="js-training-playground">
16-
<button class="button button-3d-caution button-circle js-training-button">Push</button>
16+
<button class="button button-caution button-3d button-pill button-giant js-training-button">Push</button>
1717
</div>
1818
<div id="mocha"></div>
1919
<script src="/bower_components/jquery/dist/jquery.js"></script>

public/stage6/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.js-training-playground {
22
box-sizing: border-box;
3-
padding: 100px 0;
4-
height: 100px;
3+
padding: 80px 0;
4+
height: 250px;
55
}
66

77
.js-training-button {

public/stage6/tests.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'use strict';
22

33
describe('ステージ6(意図通りにモジュールを書ける)', function() {
4-
it('あなたの満足のいくアプリケーションがここにある', function() {
4+
it('あなたの満足のいく Web アプリケーションがここにある', function() {
5+
// ボタンはサービスです。
6+
// 自由に使ってください。
7+
58
var qualityOfYourAppliation = undefined;
69

710
expect(qualityOfYourAppliation).to.be.ok;

0 commit comments

Comments
 (0)