balmet.com

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

style.css (1048B)


      1 .redux-templates-error-notice .components-notice {
      2   display: flex;
      3   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      4   font-size: 13px;
      5   background-color: #e5f5fa;
      6   border-left: 4px solid #00a0d2;
      7   margin: 5px 15px 2px;
      8   padding: 8px 12px;
      9   align-items: center;
     10   position: absolute;
     11   height: 50px;
     12   z-index: 9999;
     13   width: 50%;
     14   right: 0;
     15   top: 70px;
     16   transition: opacity 2s linear; }
     17   .redux-templates-error-notice .components-notice.is-dismissible {
     18     padding-right: 0; }
     19   .redux-templates-error-notice .components-notice.is-success {
     20     border-left-color: #4ab866;
     21     background-color: rgba(74, 184, 102, 0.95); }
     22   .redux-templates-error-notice .components-notice.is-warning {
     23     border-left-color: #f0b849;
     24     background-color: rgba(254, 248, 238, 0.95); }
     25   .redux-templates-error-notice .components-notice.is-error {
     26     border-left-color: #d94f4f;
     27     background-color: rgba(249, 226, 226, 0.95); }
     28 
     29 /*# sourceMappingURL=style.css.map */