balmet.com

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

style.css (1277B)


      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   .redux-templates-single-section-item .redux-templates-tmpl-title {
      6     background: rgba(255, 255, 255, 0.95);
      7     border-top: 1px solid #f2f4f7;
      8     /* position: absolute; */
      9     bottom: 0;
     10     width: 100%;
     11     margin: 0;
     12     color: #23282d;
     13     padding: 13px 15px;
     14     font-size: 15px; }
     15   .redux-templates-single-section-item .redux-templates-single-item-inner {
     16     position: relative;
     17     overflow: hidden;
     18     background: #999; }
     19     .redux-templates-single-section-item .redux-templates-single-item-inner .warn_notice {
     20       color: #fbbc0e;
     21       font-weight: bold;
     22       margin-bottom: 15px;
     23       font-size: 14px;
     24       opacity: 0;
     25       text-align: center; }
     26     .redux-templates-single-section-item .redux-templates-single-item-inner .redux-templates-default-template-image {
     27       max-height: 350px;
     28       min-height: 150px;
     29       display: flex;
     30       flex-direction: column;
     31       align-items: center;
     32       justify-content: center;
     33       transition: 300ms; }
     34 
     35 #collections-sections-list.large > div {
     36   width: 50%; }
     37 
     38 #collections-sections-list.small > div {
     39   width: 25%; }
     40 
     41 /*# sourceMappingURL=style.css.map */