-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1216 from KysterMax/feature/breaking-news-new-styl
New styl for breaking news component
- Loading branch information
Showing
5 changed files
with
58 additions
and
54 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<a href="#" class="breakingnews box"> | ||
<span class="breakingnews-label">Breaking News</span> | ||
<strong class="breakingnews-title">Important title of a new important article</strong> | ||
<span class="breakingnews-cta">Read this article</span> | ||
</a> | ||
<section class="breakingnews" > | ||
<a class="breakingnews-link" href="#"> | ||
<span class="breakingnews-link-label"> | ||
<svg width="30" height="30"><use xlink:href="#symbol-flash"></use></svg>Breaking News | ||
</span> | ||
<strong class="breakingnews-link-title">Important title of a new important article</strong> | ||
</a> | ||
<button class="breakingnews-close"><svg width="10" height="10"><use xlink:href="#symbol-cross"></use></svg></button> | ||
</section> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.