Skip to content

Commit 427f5ae

Browse files
committed
added layout stylesheet, and refactored appropriately
1 parent a7a6338 commit 427f5ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.flash{
2+
color: red;
3+
padding: 2px;
4+
font-size: 12x;
5+
}
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
// Place all the styles related to the Questions controller here.
22
// They will automatically be included in application.css.
33
// You can use Sass (SCSS) here: http://sass-lang.com/
4-
.flash{
5-
color: red;
6-
padding: 2px;
7-
font-size: 12x;
8-
}

app/assets/stylesheets/scaffolds.css.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)