From 0125ce5916c003d1ea9a141fe5a0f6a54b2778ab Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 1 Mar 2023 20:35:41 +0000 Subject: [PATCH] docs(examples): update styles example --- examples/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/examples/style.css b/examples/style.css index d3052bd..25ad7dd 100644 --- a/examples/style.css +++ b/examples/style.css @@ -210,3 +210,31 @@ .popup-power-menu .power-btn:hover { background-color: #1c1c1c; } + +#clipboard * { + font-size: 1.8em; +} + +#popup-clipboard { + padding: 1em; + color: white; +} + +#popup-clipboard .item { + border-bottom: 1px solid #424242; +} + +#popup-clipboard .btn > *:nth-child(2) { + padding: 10px; +} + +#popup-clipboard .btn-remove { + background-color: #2d2d2d; + color: white; + font-size: 1.2em; + border-left: 1px solid #424242; +} + +#popup-clipboard .btn-remove:hover { + color: #fcc; +} \ No newline at end of file