File: app/components/hackernews/newsview/newsview.css

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Hackernews Vue   app/components/hackernews/newsview/newsview.css   Download  
File: app/components/hackernews/newsview/newsview.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hackernews Vue
View information from Hackernews using Vue.js
Author: By
Last change:
Date: 7 years ago
Size: 406 bytes
 

Contents

Class file image Download
#demo .news-view { padding-left: 5px; padding-right: 15px; } #demo .loading:before{ content: "Loading..."; position: absolute; top: 36px; left: 20px; } #demo .news-view .nav { padding: 10px 10px 10px 40px; margin-top: 10px; border-top: 2px solid #f60; } #demo .news-view a { margin-right: 10px; } #demo .news-view a:hover { text-decoration: underline; }