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

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Hackernews Vue   app/components/hackernews/item/item.css   Download  
File: app/components/hackernews/item/item.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: 8 years ago
Size: 582 bytes
 

Contents

Class file image Download
#demo .item { padding: 2px 0 2px 40px; position: relative; transition: background-color .2s ease; } #demo .item p { margin: 2px 0; } #demo .item .title:visited { color: #828282; } #demo .item .index { color: #828282; position: absolute; width: 30px; text-align: right; left: 0; top: 4px; } #demo .item .domain, #demo .item .subtext { font-size: 11px; color: #828282; } #demo .item a { color: #333; font-weight: bold; } #demo .item .subtext a:hover { text-decoration: underline; }