aboutsummaryrefslogtreecommitdiff
path: root/app/genealogy/styles/common.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-12 13:47:55 +0200
committerMinteck <contact@minteck.org>2022-04-12 13:47:55 +0200
commit6c877fecb5374905d3f49663c68c20416a847e0e (patch)
tree7dbe6e17282136a958890756926d53640a5739dd /app/genealogy/styles/common.css
parent9ce80dea90a6159496f1fe2448f8ecf0e1633e7c (diff)
downloadcore-6c877fecb5374905d3f49663c68c20416a847e0e.tar.gz
core-6c877fecb5374905d3f49663c68c20416a847e0e.tar.bz2
core-6c877fecb5374905d3f49663c68c20416a847e0e.zip
Commit
Diffstat (limited to 'app/genealogy/styles/common.css')
-rw-r--r--app/genealogy/styles/common.css49
1 files changed, 0 insertions, 49 deletions
diff --git a/app/genealogy/styles/common.css b/app/genealogy/styles/common.css
deleted file mode 100644
index 2973aab..0000000
--- a/app/genealogy/styles/common.css
+++ /dev/null
@@ -1,49 +0,0 @@
-@import "dark.css";
-
-@font-face {
- font-family: "Nunito";
- src: url("/fonts/Nunito-VariableFont_wght.ttf");
- font-weight: 125 950;
- font-stretch: 75% 125%;
- font-style: normal;
-}
-
-@font-face {
- font-family: "Nunito";
- src: url("/fonts/Nunito-Italic-VariableFont_wght.ttf");
- font-weight: 125 950;
- font-stretch: 75% 125%;
- font-style: italic;
-}
-
-* {
- font-family: "Nunito", sans-serif !important;
-}
-
-body, html {
- margin: 0;
- overflow-x: hidden;
- height: 100%;
-}
-
-center {
- display: block;
- text-align: center;
-}
-
-.list-group-item.d-flex.justify-content-between.align-items-center {
- flex-wrap: wrap;
-}
-
-.big-head {
- font-size: 64px;
-}
-
-big {
- font-size: 64px;
- vertical-align: middle;
-}
-
-nav.navbar.navbar-expand-sm.bg-dark.navbar-dark {
- background-color: #333 !important;
-}