質問編集履歴
1
プログラムの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -312,6 +312,42 @@
|
|
312
312
|
|
313
313
|
}
|
314
314
|
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
========= application.css =========
|
320
|
+
|
321
|
+
/*
|
322
|
+
|
323
|
+
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
324
|
+
|
325
|
+
* listed below.
|
326
|
+
|
327
|
+
*
|
328
|
+
|
329
|
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
|
330
|
+
|
331
|
+
* vendor/assets/stylesheets directory can be referenced here using a relative path.
|
332
|
+
|
333
|
+
*
|
334
|
+
|
335
|
+
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
336
|
+
|
337
|
+
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
338
|
+
|
339
|
+
* files in this directory. Styles in this file should be added after the last require_* statement.
|
340
|
+
|
341
|
+
* It is generally better to create a new file per style scope.
|
342
|
+
|
343
|
+
*
|
344
|
+
|
345
|
+
*= require_tree .
|
346
|
+
|
347
|
+
*= require_self
|
348
|
+
|
349
|
+
*/
|
350
|
+
|
315
351
|
```
|
316
352
|
|
317
353
|
|
@@ -320,6 +356,10 @@
|
|
320
356
|
|
321
357
|
|
322
358
|
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
323
363
|
### 補足情報(FW/ツールのバージョンなど)
|
324
364
|
|
325
365
|
|