/// <reference path="../defaults" />
/// <reference path="variables_and_mixins" />

.core-browser {

  .core-browser-item {

    min-width: 164px;
    min-height: 226px;
    margin: 5px;

    .core-browser-content {

      min-width: 164px;
      min-height: 164px;
      background: $color-b;
      opacity: .5;

    }

    .core-browser-info {

      min-width: 164px;
      min-height: 62px;

      background: #fff;
      padding: 8px;

    }

  }

}