![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/components/ |
// // Timeline // -------------------------------------------------- .timeline { overflow: hidden; height: auto; position: relative; padding: 0px; list-style-type: none; // center line &:after { position: absolute; width: 1px; left: 50%; margin-left: -1px; top: 20px; bottom: 0px; content: ""; .lh-background-image(linear-gradient(top, rgba(255,255,255,0) 0%, rgba(229,229,229,1) 10%, rgba(229,229,229,1) 90%, rgba(229,229,229,0) 100%)); } // panel .panel { position: relative; z-index: 1; } // header .header { position: relative; z-index: 10; clear: both; margin-top: 0px; margin-right: auto; margin-bottom: 20px; margin-left: auto; background-color: inherit; font-size: 14px; font-weight: 600; max-width: 120px; padding-top: 2px; padding-bottom: 2px; text-align: center; color: @brand-primary; } // Events .events { padding-left: 0px; overflow: auto; .figure { position: absolute; z-index: 5; left: 50%; margin-top: 10px; margin-left: -10px; width: 20px; height: 20px; line-height: 18px; text-align: center; border-radius: 50%; background-color: #fff; border: 1px solid darken(@hr-border, 5%); font-size: 12px; color: darken(@hr-border, 5%); } > .featured { list-style: none; width: 45%; clear: both; float: none !important; margin-bottom: 50px; margin-top: 50px; margin-left: auto; margin-right: auto; // panel > .panel { &:after, &:before { display: none; } } // feature figure .figure { margin-top: -30px; } } // wrapper > .wrapper { list-style: none; width: 46%; clear: both; &:first-child { margin-top: 0 !important; } &:nth-of-type(odd) { float: left; margin-top: -30px; // wrapper - panel > .panel { z-index: 5; // panel - arrow // ----------------------------------- &:after, &:before { content: ""; position: absolute; width: 0px; height: 0px; border-style: solid; } &:after { right: -10px; top: 10px; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #fff; } &:before { right: -11px; top: 10px; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent @panel-default-border; } } } &:nth-of-type(even) { float: right; margin-top: -30px; // wrapper - panel // ----------------------------------- > .panel { z-index: 5; // panel - arrow // ----------------------------------- &:after, &:before { content: ""; position: absolute; width: 0px; height: 0px; border-style: solid; } &:after { left: -10px; top: 10px; border-width: 10px 10px 10px 0; border-color: transparent #fff transparent transparent; } &:before { left: -11px; top: 10px; border-width: 10px 10px 10px 0; border-color: transparent @panel-default-border transparent transparent; } } } } } } @media (max-width: @screen-xs-max) { .timeline { // Events .events { padding-left: 0px; // wrapper > .wrapper { width: auto; &:nth-of-type(odd), &:nth-of-type(even) { float: none; clear: both; margin-top: 48px; // wrapper - panel > .panel { &:after, &:before { display: none; } } } // wrapper - figure > .figure { margin-top: -41px; } } } } }