From 54b5bf41553746d9a6a9cc3de0c61c654fda8153 Mon Sep 17 00:00:00 2001 From: yehudah Date: Wed, 8 Nov 2017 19:37:00 +0000 Subject: * Fix: Self sign certificate * Add: guides section --- style/postman.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'style') diff --git a/style/postman.css b/style/postman.css index 1019387..734f783 100644 --- a/style/postman.css +++ b/style/postman.css @@ -81,4 +81,40 @@ p#back_to_main_menu { .welcome-panel-column welcome-panel-last { padding-bottom: 10px; +} + +.new-item { + display: inline-block; + padding: 5px; + border-radius: 20px; + background-color: red; + margin-right: 10px; +} + +.new-item span { + font-weight: bold; + color: white; + animation: pulse 2s linear 0s infinite; +} + +@keyframes pulse { + 0% { + opacity: 0; + } + + 25% { + opacity: 0.25; + } + + 50% { + opacity: 0.5; + } + + 75% { + opacity: 0.75; + } + + 100% { + opacity: 1; + } } \ No newline at end of file -- cgit v1.2.3