forked from thoughtbot/administrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base should be reserved for all HTML base element styles. Since flash styling is class-based, it belongs within the components directory.
- Loading branch information
Tyson Gach
committed
Dec 16, 2015
1 parent
6d5fa97
commit 1c299b5
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
app/assets/stylesheets/administrate/components/_components.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
@import "attributes"; | ||
@import "cells"; | ||
@import "date_time_picker"; | ||
@import "flashes"; | ||
@import "form"; | ||
@import "header"; | ||
@import "search"; | ||
@import "pagination"; | ||
@import "search"; | ||
@import "table"; |
File renamed without changes.