summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/scss/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/scss/main.scss')
-rw-r--r--packages/anastasis-webui/src/scss/main.scss41
1 files changed, 20 insertions, 21 deletions
diff --git a/packages/anastasis-webui/src/scss/main.scss b/packages/anastasis-webui/src/scss/main.scss
index 2e60bf6f9..7826df78d 100644
--- a/packages/anastasis-webui/src/scss/main.scss
+++ b/packages/anastasis-webui/src/scss/main.scss
@@ -1,17 +1,17 @@
/*
- This file is part of GNU Taler
- (C) 2021 Taler Systems S.A.
+ This file is part of GNU Anastasis
+ (C) 2021-2022 Anastasis SARL
- GNU Taler is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
+ GNU Anastasis is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
- GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY
+ GNU Anastasis is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License along with
- GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+ You should have received a copy of the GNU Affero General Public License along with
+ GNU Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
@@ -44,12 +44,12 @@
@import "custom-calendar";
@import "loading";
-@import "fonts/nunito.css";
-@import "icons/materialdesignicons-4.9.95.min.css";
+@import "fonts/nunito";
+@import "icons/materialdesignicons-4.9.95.min";
$tooltip-color: red;
-@import "../../node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.min.css";
+@import "node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip";
// @import "../../node_modules/bulma-timeline/dist/css/bulma-timeline.min.css";
.notification {
@@ -190,18 +190,17 @@ div[data-tooltip]::before {
border: solid 1px #f2e9bf;
}
-
.home {
padding: 1em 1em;
min-height: 100%;
width: 100%;
- max-width: 40em;
+ // max-width: 40em;
}
-.home div {
- margin-top: 0.5em;
- margin-bottom: 0.5em;
-}
+// .home div {
+// margin-top: 0.5em;
+// margin-bottom: 0.5em;
+// }
.policy {
padding: 0.5em;
@@ -218,9 +217,9 @@ div[data-tooltip]::before {
}
.profile {
- padding: 56px 20px;
- min-height: 100%;
- width: 100%;
+ padding: 56px 20px;
+ min-height: 100%;
+ width: 100%;
}
.notfound {
@@ -232,4 +231,4 @@ h1 {
font-size: 1.5em;
margin-top: 0.8em;
margin-bottom: 0.8em;
-} \ No newline at end of file
+}