forked from ucfopen/Obojobo
-
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.
ucfopen#2000 Adding placeholder text to the module library when no mo…
…dules match a filter.
- Loading branch information
1 parent
0bbf5a6
commit 271c05d
Showing
5 changed files
with
61 additions
and
27 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
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
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
10 changes: 10 additions & 0 deletions
10
packages/app/obojobo-repository/shared/components/pages/page-library.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,4 +1,14 @@ | ||
/* stylelint-disable */ | ||
@import '../../../client/css/defaults'; | ||
|
||
// reduce a larger font-size set on an ancestor in the library page | ||
.repository--nav--links--search { | ||
font-size: 0.9em; | ||
} | ||
|
||
.repository--main-content--no-filter-results-text { | ||
display: block; | ||
margin: 1em auto; | ||
color: $color-text-placeholder; | ||
text-align: center; | ||
} |
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