From 4d964391dcdacbdcd840d1a8c1b367100b1fc6b7 Mon Sep 17 00:00:00 2001
From: HigorMonteiro
Date: Thu, 1 Feb 2024 08:15:06 -0300
Subject: [PATCH 1/3] Feature #18: add button to submission fo activities
---
.python-version | 1 +
assets/css/custom.css | 12 ++++++++++++
index.html | 8 +++++++-
3 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 .python-version
diff --git a/.python-version b/.python-version
new file mode 100644
index 0000000..c84ccce
--- /dev/null
+++ b/.python-version
@@ -0,0 +1 @@
+3.10.5
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 2622a0f..04b251f 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -129,6 +129,18 @@ footer h3 {
border-bottom: 0.25rem solid var(--preto_default);
}
+.uk-button-danger {
+ background-color: var(--laranja);
+ color: var(--branco_default);
+ border-left: 0.25rem solid var(--preto_default);
+ border-bottom: 0.25rem solid var(--preto_default);
+}
+
+.uk-button-danger:hover {
+ background-color: var(--laranja);
+ color: var(--branco_default);
+}
+
.uk-button-default {
background-color: var(--bege);
border-left: 0.25rem solid var(--preto_default);
diff --git a/index.html b/index.html
index 6cf5d69..7474b56 100644
--- a/index.html
+++ b/index.html
@@ -84,7 +84,13 @@
inovação sempre haverá um coração humano, pulsante e criativo.
-
+
From dff811cda3b914fd4fe5b639107b802df3fb46b2 Mon Sep 17 00:00:00 2001
From: HigorMonteiro
Date: Fri, 2 Feb 2024 08:31:21 -0300
Subject: [PATCH 2/3] add icon and update phrase
---
index.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 7474b56..8ced282 100644
--- a/index.html
+++ b/index.html
@@ -86,9 +86,10 @@