Subversion Repositories wimsdev

Rev

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

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