Subversion Repositories wimsdev

Rev

Rev 13440 | Rev 14734 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**
  2.  * Foundation for Sites by ZURB
  3.  * Version 6.5.3
  4.  * foundation.zurb.com
  5.  * Licensed under MIT Open Source
  6.  */
  7. /* Cards styles */
  8. .card {
  9.   display: flex;
  10.   flex-direction: column;
  11.   flex-grow: 1;
  12.   margin-bottom: 1rem;
  13.   border: 1px solid #e6e6e6;
  14.   border-radius: 0;
  15.   background: #fefefe;
  16.   box-shadow: none;
  17.   overflow: hidden;
  18.   color: #0a0a0a; }
  19.   .card > :last-child {
  20.     margin-bottom: 0; }
  21.  
  22. .card-divider {
  23.   display: flex;
  24.   flex: 0 1 auto;
  25.   padding: 1rem;
  26.   background: #e6e6e6; }
  27.   .card-divider > :last-child {
  28.     margin-bottom: 0; }
  29.  
  30. .card-section {
  31.   flex: 1 0 auto;
  32.   padding: 1rem; }
  33.   .card-section > :last-child {
  34.     margin-bottom: 0; }
  35.  
  36. .card-image {
  37.   min-height: 1px; }
  38.