File: app/components/grid/grid.css

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Hackernews Vue   app/components/grid/grid.css   Download  
File: app/components/grid/grid.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: 983 bytes
 

Contents

Class file image Download
/*body { font-family: Helvetica Neue, Arial, sans-serif; font-size: 14px; color: #444; }*/ #demo table { border: 2px solid #42b983; border-radius: 3px; background-color: #fff; } #demo th { background-color: #42b983; color: rgba(255,255,255,0.66); cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -user-select: none; } #demo td { background-color: #f9f9f9; } #demo th, #demo td { min-width: 120px; padding: 10px 20px; } #demo th.active { color: #fff; } #demo th.active .arrow { opacity: 1; } #demo .arrow { display: inline-block; vertical-align: middle; width: 0; height: 0; margin-left: 5px; opacity: 0.66; } #demo .arrow.asc { border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #fff; } #demo .arrow.dsc { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #fff; } #demo #search { margin-bottom: 10px; }