| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .driver-fix-stacking {
- z-index: 2000 !important;
- }
- div#driver-highlighted-element-stage {
- outline: 9999px solid rgba(0, 0, 0, 0.75);
- background: none !important;
- }
- div#driver-page-overlay {
- background: none;
- }
- div#driver-popover-item {
- padding: 0;
- background: rgba(27, 27, 28, 0.8);
- box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
- border-radius: 4px 4px 4px 4px;
- opacity: 1;
- border: 1px solid #000000;
- max-width: 650px;
- width: 360px;
- .driver-popover-tip.left {
- border-color: transparent #000 transparent transparent;
- top: 25px;
- &.position-center {
- top: 30%;
- }
- &.position-bottom {
- top: auto;
- bottom: 50%;
- }
- }
- .driver-popover-tip.right {
- border-color: transparent transparent transparent #000;
- top: 25px;
- }
- .driver-popover-title {
- font: inherit;
- font-size: 16px;
- padding: 20px;
- color: #ccc;
- border-bottom: 1px solid rgba(255, 255, 255, 0.16);
- position: relative;
- .close {
- position: absolute;
- top: 50%;
- right: 20px;
- font-size: 16px;
- transform: translateY(-50%);
- }
- img {
- vertical-align: -5px;
- height: 22px;
- }
- }
- .driver-popover-description {
- padding: 0 20px;
- font-size: 14px;
- font-weight: normal;
- color: #fff;
- margin: 10px 0 30px;
- line-height: 21px;
- img {
- display: block;
- margin: 40px auto 10px;
- }
- }
- .driver-popover-footer {
- text-align: center;
- padding-bottom: 40px;
- button {
- float: none !important;
- height: 34px;
- outline: none;
- border-radius: 4px;
- font-size: 14px;
- box-sizing: border-box;
- width: 130px;
- color: var(--colors-color);
- border: 1px solid #00c8af;
- background: #00c8af;
- color: #fff;
- text-shadow: none;
- &:empty {
- display: none !important;
- }
- }
- .driver-navigation-btns {
- float: none;
- }
- button.driver-disabled {
- color: #444444;
- border-color: #444444;
- background: none;
- }
- }
- &.video-layout {
- .video-btns {
- position: absolute;
- left: 0;
- right: 0;
- margin-top: 30px;
- text-align: center;
- }
- .video-btn {
- position: absolute;
- width: 130px;
- text-align: center;
- height: 33px;
- border-radius: 4px;
- color: #00c8af;
- border: 1px solid;
- text-decoration: none;
- line-height: 33px;
- transform: translateX(-100%);
- margin-left: -10px;
- }
- .driver-popover-footer button {
- margin-left: 10px;
- transform: translateX(50%);
- }
- }
- }
- .edit-goto.help {
- .help-content {
- .help-p {
- font-weight: 400;
- font-size: 32px;
- letter-spacing: 5px;
- margin: 10px auto 40px;
- }
- }
- }
|