summaryrefslogtreecommitdiff
path: root/animism-align/frontend/common/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/common/app.css')
-rw-r--r--animism-align/frontend/common/app.css78
1 files changed, 0 insertions, 78 deletions
diff --git a/animism-align/frontend/common/app.css b/animism-align/frontend/common/app.css
index 699505f..3482820 100644
--- a/animism-align/frontend/common/app.css
+++ b/animism-align/frontend/common/app.css
@@ -74,84 +74,6 @@ li {
line-height: 1.5;
}
-/* header */
-
-header {
- height: 3.125rem;
- font-size: 0.875rem;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- background: rgba(16,32,64,0.5);
- color: white;
- z-index: 50;
-}
-header b {
- font-weight: 900;
-}
-header a {
- color: rgba(255,255,255,0.95);
- text-decoration: none;
- font-size: 0.875rem;
- font-weight: 500;
-}
-header > div:first-child {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- padding-left: 1.5rem;
-}
-header > div:last-child {
- padding-right: 1.5rem;
-}
-header > div > button {
- padding: 0.25rem;
- margin: 0 0 0 0.5rem;
- background: #000;
- border-color: #888;
- color: #888;
-}
-header > div > button:hover {
- border-color: #fff;
- color: #fff;
-}
-header .vcat-btn {
- font-size: 0.875rem;
- padding-left: 0.5rem;
- letter-spacing: 0.0625rem;
-}
-header > div:last-child a {
- padding: 0.5rem;
-}
-header .btn-link:focus,
-header .btn-link:hover,
-header .btn-link:active,
-header a:focus,
-header a:hover,
-header a:active {
- text-decoration: none;
- color: white;
-}
-header a:focus,
-header a:hover,
-header a:active {
- color: white;
-}
-.menuToggle {
- width: 1.625rem;
- height: 1.625rem;
- cursor: pointer;
- line-height: 1;
-}
-header a.navbar-brand {
- font-size: .8rem;
-}
-
-header .username {
- cursor: pointer;
-}
-
/* headings */
h1 {