Subversion Repositories wimsdev

Rev

Rev 14734 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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