From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- recipes/googlecalendar/calendar.css | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 recipes/googlecalendar/calendar.css (limited to 'recipes/googlecalendar/calendar.css') diff --git a/recipes/googlecalendar/calendar.css b/recipes/googlecalendar/calendar.css new file mode 100644 index 0000000..7cd726b --- /dev/null +++ b/recipes/googlecalendar/calendar.css @@ -0,0 +1,41 @@ +#franz-modal { + display: none; + position: fixed; + z-index: 9999; + left: 0; + top: 0; + right: 0; + bottom: 0; + overflow: auto; + background-color: rgba(0, 0, 0, 0.8); +} + +#franz-modal.open { + display: block; +} + +#franz-modal .modal-content { + background-color: #fefefe; + margin: 15% auto; + padding: 20px; + border: 1px solid #888; + width: 30%; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +#franz-modal .close { + color: #aaa; + float: right; + margin-top: -10px; + font-size: 20px; + font-weight: bold; +} + +#franz-modal .close:hover, +#franz-modal .close:focus { + color: black; + text-decoration: none; + cursor: pointer; +} -- cgit v1.2.3-70-g09d2