From 9e8634d892c559c5b44565a68bf35b13cbcb5572 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 16 Jan 2025 17:37:00 +0100 Subject: add: gtk3 ts popover example closes #224 closes #157 --- examples/js/media-player/widget/MediaPlayer.scss | 56 ------------------------ 1 file changed, 56 deletions(-) delete mode 100644 examples/js/media-player/widget/MediaPlayer.scss (limited to 'examples/js/media-player/widget/MediaPlayer.scss') diff --git a/examples/js/media-player/widget/MediaPlayer.scss b/examples/js/media-player/widget/MediaPlayer.scss deleted file mode 100644 index e1597c2..0000000 --- a/examples/js/media-player/widget/MediaPlayer.scss +++ /dev/null @@ -1,56 +0,0 @@ -// https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss -$fg-color: #{"@theme_fg_color"}; -$bg-color: #{"@theme_bg_color"}; - -window { - all: unset; -} - -box.MediaPlayer { - padding: .6rem; - background-color: $bg-color; - - box.cover-art { - min-width: 120px; - min-height: 120px; - border-radius: 9px; - margin-right: .6rem; - background-size: contain; - background-position: center; - } - - box.title { - label { - font-weight: bold; - font-size: 1.1em; - } - } - - scale { - padding: 0; - margin: .4rem 0; - - trough { - min-height: 8px; - } - - highlight { - background-color: $fg-color; - } - - slider { - all: unset; - } - } - - centerbox.actions { - min-width: 220px; - - button { - min-width: 0; - min-height: 0; - padding: .4rem; - margin: 0 .2rem; - } - } -} -- cgit v1.2.3