Sha256: 6c1c7fbd4e621bf2f77ebf143f1c87bd075340ad829457c8670af45c9b23fd21

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

//        ___          ___          ___        _____
//       /  /\        /  /\        /  /\      /  /::\
//      /  /:/       /  /::\      /  /::\    /  /:/\:\
//     /  /:/       /  /:/\:\    /  /:/\:\  /  /:/  \:\
//    /  /:/  ___  /  /:/~/::\  /  /:/~/:/ /__/:/ \__\:|
//   /__/:/  /  /\/__/:/ /:/\:\/__/:/ /:/__\  \:\ /  /:/
//   \  \:\ /  /:/\  \:\/:/__\/\  \:\/:::::/\  \:\  /:/
//    \  \:\  /:/  \  \::/      \  \::/~~~~  \  \:\/:/
//     \  \:\/:/    \  \:\       \  \:\       \  \::/
//      \  \::/      \  \:\       \  \:\       \__\/
//       \__\/        \__\/        \__\/
//
//*
// @pattern Card
//
// A simple, clean container for content that is to appear on an area with a
// colored background but that requires a completely neutral background to
// appear properly.
//
// @since 1.0.0

//*
// @markup
// <div class="card">
//   <div style="height: 1rem; width: 1rem; margin: 2rem auto;"></div>
// </div>

.card {
  background-color: color(white);
  border-radius: default(border-radius);
  overflow: hidden;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docks_theme_api-1.0.3 source/components/card/card.scss
docks_theme_api-1.0.2 source/components/card/card.scss