wp/wp-includes/css/dist/nux/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    21   content:" ";
    21   content:" ";
    22   pointer-events:none;
    22   pointer-events:none;
    23   position:absolute;
    23   position:absolute;
    24 }
    24 }
    25 .nux-dot-tip:before{
    25 .nux-dot-tip:before{
    26   animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
       
    27   background:#00739ce6;
    26   background:#00739ce6;
    28   height:24px;
    27   height:24px;
    29   opacity:.9;
    28   opacity:.9;
    30   right:-12px;
    29   right:-12px;
    31   top:-12px;
    30   top:-12px;
    32   transform:scale(.3333333333);
    31   transform:scale(.3333333333);
    33   width:24px;
    32   width:24px;
       
    33 }
       
    34 @media not (prefers-reduced-motion){
       
    35   .nux-dot-tip:before{
       
    36     animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
       
    37   }
    34 }
    38 }
    35 .nux-dot-tip:after{
    39 .nux-dot-tip:after{
    36   background:#00739c;
    40   background:#00739c;
    37   height:8px;
    41   height:8px;
    38   right:-4px;
    42   right:-4px;