balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

style.scss (1086B)


      1 .redux-templates-single-section-item {
      2     box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
      3     margin-bottom: 30px;
      4     transition: all 0.05s ease-in-out;
      5 
      6     .redux-templates-tmpl-title {
      7         background: rgba(255, 255, 255, 0.95);
      8         border-top: 1px solid #f2f4f7;
      9         position: absolute;
     10         bottom: 0;
     11         width: 100%;
     12         margin: 0;
     13         color: #23282d;
     14         padding: 13px 15px;
     15         font-size: 15px;
     16     }
     17 
     18     .redux-templates-single-item-inner {
     19         position: relative;
     20         overflow: hidden;
     21         //min-height: 150px;
     22         background: #999;
     23 
     24         .warn_notice {
     25             color: #fbbc0e;
     26             font-weight: bold;
     27             margin-bottom: 15px;
     28             font-size: 14px;
     29             opacity: 0;
     30             text-align: center;
     31         }
     32 
     33         .redux-templates-default-template-image {
     34             max-height: 350px;
     35             min-height: 100px;
     36             transition: 300ms;
     37         }
     38     }
     39 }
     40 
     41 #collections-sections-list.large > div {
     42     width: 50%;
     43 }
     44 
     45 #collections-sections-list.small > div {
     46     width: 25%;
     47 }