Merge pull request #1436 from robintown/video-tile-1

First pass at the new video tile designs
This commit is contained in:
Robin
2023-09-14 11:32:36 -04:00
committed by GitHub
13 changed files with 84 additions and 149 deletions

View File

@@ -34,7 +34,7 @@ limitations under the License.
border-radius: var(--cpd-radius-pill-effect);
color: var(--cpd-color-icon-primary);
background: var(--cpd-color-bg-action-secondary-rest);
box-shadow: 0px 1.2px 2.4px 0px rgba(0, 0, 0, 0.15);
box-shadow: var(--small-drop-shadow);
}
@media (hover: hover) {