From 4ddf18e78c757bb03f55c5e02226dc7afa56a9a5 Mon Sep 17 00:00:00 2001 From: Luke <16389426+LukeSeers@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:42:22 +0200 Subject: [PATCH] Add alart --- _includes/nav.html | 3 +++ assets/css/main.css | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/_includes/nav.html b/_includes/nav.html index 2afd03b..294eda9 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -86,3 +86,6 @@ +
+ Portmaster is Alpha Software - expect hiccups here and there +
\ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css index 8bf751a..693b3e9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1128,3 +1128,27 @@ table.tag-explainers a[href^="#"]:before { .hide-no-js { display: none; } + +.alart { + line-height: 1.25rem; + padding-top: 1rem; + padding-bottom: 1rem; + padding-left: 2.25rem; + padding-right: 2.25rem; + border-radius: 0.375rem; + display: flex; + overflow-wrap: break-word; + width: 100%; + color: white; + font-weight: 500; + background-color: rgba(46, 98, 255, 1); + border-radius: 0px; + font-size: 0.975rem; + align-items: center; + justify-content: center; +} + +.alart span{ + margin-left: auto; + margin-right: auto; +}