@import '../index';


.list-icon
  border: 1px solid  $app['palette']['borderColor']['400']
  padding: 0.5em
  margin: 0.5em
  cursor: pointer
  width: calc(100% / 7)
  text-align: center
  display: inline-block

.list-icon:hover
  background-color:  $app['palette']['bg-primary']['1']

//
//.list-icon > div
//  display: block
//  text-align: center
//  text-overflow: ellipsis
//  width: 100%
//  line-height: 1em
//  height: 2em
