assets/css/tools.css in appscms-tools-theme-4.2.1 vs assets/css/tools.css in appscms-tools-theme-4.2.2

- old
+ new

@@ -873,9 +873,30 @@ display: flex; align-items: center; justify-content: center; } + +.how-to-video .youtube-play-btn-wrapper { + position: absolute; + top: 0%; + left: -17px; + display: flex; + text-align: center; + width: 100%; + justify-content: center; + align-items: center; + height: 100%; +} + +.youtube-play-btn-wrapper .play-btn { + font-size: 28px; + width: 68px; + background-color: red; + border: none; + border-radius: 15px; +} + @media (max-width: 768px) { .how-to-video-wrapper .youtubeVideoPlayer { width: 100%; } .catPad {