From a71222cb4fa207b68608879f3fb1cbb3cd8649b7 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 29 Aug 2022 00:00:34 +0530 Subject: [PATCH] Implemented UI for transaction initiation --- css/main.css | 163 ++- css/main.min.css | 2 +- css/main.scss | 3566 +++++++++++++++++++++++----------------------- index.html | 711 +++++++-- 4 files changed, 2478 insertions(+), 1964 deletions(-) diff --git a/css/main.css b/css/main.css index 7eb8e5d..a1ddbc6 100644 --- a/css/main.css +++ b/css/main.css @@ -39,7 +39,7 @@ body { --orange: #ff9100; --redish-orange: #ff3d00; color: rgba(var(--text-color), 1); - background: rgba(var(--background-color), 1); + background-color: rgba(var(--background-color), 1); overflow-y: hidden; } body #scroll_to_bottom { @@ -558,6 +558,10 @@ ol li::before { background-color: var(--accent-color); } +.margin-right-0-3 { + margin-right: 0.3rem; +} + .margin-right-0-5 { margin-right: 0.5rem; } @@ -645,6 +649,12 @@ ol li::before { font-size: 2rem; } +.card { + background-color: rgba(var(--text-color), 0.06); + border-radius: 0.5rem; + padding: 1rem; +} + .page-layout { display: grid; gap: 1.5rem 0; @@ -992,6 +1002,7 @@ sm-button[variant=primary] { overflow: hidden; background-color: var(--contact-color, --accent-color); flex-shrink: 0; + transition: background-color 0.3s; } .initial::after { content: ""; @@ -1783,7 +1794,7 @@ sm-button[variant=primary] { } .back-button { padding: 0.5rem; - margin-left: -0.5rem; + margin-left: -0.8rem; } #chat_header { @@ -1795,12 +1806,6 @@ sm-button[variant=primary] { #chat_header .flex { height: 100%; } -#chat_header #chat_details_button { - background-color: rgba(var(--text-color), 0.06); - border-radius: 2rem; - justify-self: center; - padding: 0.3rem; -} #chat_header .initial { cursor: pointer; height: 1.8rem; @@ -1808,14 +1813,24 @@ sm-button[variant=primary] { flex-shrink: 0; font-size: 1rem; } -#chat_header #receiver_name { +#chat_header .group-icon { + padding: 0.1rem; +} + +#chat_details_button { + position: relative; + background-color: rgba(var(--text-color), 0.06); + border-radius: 2rem; + justify-self: center; + padding: 0.3rem; +} + +#receiver_name { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -} -#chat_header .group-icon { - padding: 0.1rem; + transition: opacity 0.15s; } #scroll_to_bottom { @@ -1987,38 +2002,27 @@ sm-button[variant=primary] { .sidebar-item { display: flex; align-items: center; - padding: 1rem 1.5rem; + padding: 1rem 0.8rem; text-transform: capitalize; font-weight: 500; opacity: 0.9; color: inherit; + margin: 0 0.2rem; + border-radius: 0.5rem; +} +.sidebar-item:not(:last-of-type) { + margin-bottom: 0.2rem; } .sidebar-item .icon { margin-right: 1em; width: 1em; } -#settings #settings_sidebar header { - padding: 1rem 1.5rem; -} -#settings .flex sm-button { - margin: 0; - margin-left: 1rem; -} -#settings sm-switch { - padding: 1rem 1.5rem; +#settings .card { display: flex; - margin-bottom: 1rem; - width: min(60ch, 100%); -} -#settings sm-switch .flex { - margin-right: 1rem; -} -#settings sm-switch h4 { - margin-bottom: 0.5rem; -} -#settings sm-button { - width: 100%; + flex-direction: column; + margin: 0 0.5rem; + width: calc(min(36rem, 100%) - 1rem); } #settings #settings_title { text-transform: capitalize; @@ -2030,29 +2034,12 @@ sm-button[variant=primary] { overflow-y: auto; height: 100%; } -#settings section { - display: flex; - flex-direction: column; - gap: 0.5rem; - padding: 1rem 1.5rem; - width: min(60ch, 100%); -} -#settings section .button { - align-self: flex-start; +#settings .panel { + padding-bottom: 6rem; } #settings #sign_out::part(button) { color: var(--error-color); } -#settings color-grid { - margin: 0.5rem 0 1.5rem 0; - width: min(60ch, 100%); -} -#settings #chat_preview { - margin-top: 1rem; - padding: 1rem; - border-radius: 0.5rem; - background-color: rgba(var(--text-color), 0.06); -} #settings #bg_preview_container { padding: 1rem 0; gap: 0.5rem; @@ -2104,6 +2091,51 @@ sm-button[variant=primary] { fill: var(--danger-color); } +.multisig-option { + position: relative; + padding: 1rem; + border-radius: 0.5rem; +} +.multisig-option input { + margin-right: 1rem; + height: 1rem; + width: 1rem; +} +.multisig-option .indicator { + position: absolute; + width: 100%; + height: 100%; + left: 0; + right: 0; + border-radius: inherit; + box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.2) inset; + transition: box-shadow 0.2s; +} +.multisig-option input:checked ~ .indicator { + box-shadow: 0 0 0 0.2rem var(--accent-color) inset; +} +.multisig-option .wrap-around { + font-weight: 500; +} +.multisig-option__balance { + font-size: 0.9rem; + color: rgba(var(--text-color), 0.8); +} + +.remove-card-wrapper { + min-height: 2rem; +} + +.receiver-card { + display: grid; + gap: 0.5rem; + padding: 0.5rem 0; + border: none; +} +.receiver-card:not(:last-of-type) { + border-bottom: solid thin rgba(var(--text-color), 0.3); +} + @media screen and (max-width: 640px) { sm-popup { --border-radius: 1rem 1rem 0 0; @@ -2200,6 +2232,7 @@ sm-button[variant=primary] { background: linear-gradient(rgba(var(--background-color), 0.8), rgba(var(--background-color), 0)); -webkit-backdrop-filter: blur(0.5rem); backdrop-filter: blur(0.5rem); + align-items: flex-start; } .hide-on-mobile { display: none !important; @@ -2212,6 +2245,13 @@ sm-button[variant=primary] { .page { padding-bottom: 0; } + .card { + padding: 1.5rem; + } + .card button, +.card .button { + align-self: flex-start; + } .popup__header { grid-column: 1/-1; padding: 1rem 1.5rem 0 1.5rem; @@ -2270,6 +2310,16 @@ sm-button[variant=primary] { #reply_mail_popup { --min-width: 36rem; } + #chat_details_button { + background-color: transparent; + } + #pseudo_background { + position: absolute; + width: 100%; + height: 100%; + background-color: rgba(var(--text-color), 0.06); + border-radius: inherit; + } #emoji_picker { max-height: 18rem; } @@ -2294,16 +2344,11 @@ sm-button[variant=primary] { #settings > :first-child { border-right: solid thin rgba(var(--text-color), 0.1); } - #settings sm-button { - width: -webkit-max-content; - width: -moz-max-content; - width: max-content; - } #settings .active { background: rgba(var(--text-color), 0.1); } - #settings .panel > *:first-of-type { - margin-top: 0.5rem; + #settings .panel { + padding: 1.5rem; } .contact.active, .mail-card.active { diff --git a/css/main.min.css b/css/main.min.css index 0779166..3900c14 100644 --- a/css/main.min.css +++ b/css/main.min.css @@ -1 +1 @@ -*{padding:0;margin:0;box-sizing:border-box;font-family:"Roboto",sans-serif}:root{font-size:clamp(1rem,1.2vmax,1.2rem)}html,body{height:100%}body{--accent-color: #3d5afe;--secondary-color: #ffac2e;--text-color: 20, 20, 20;--foreground-color: 252, 253, 255;--background-color: 241, 243, 248;--danger-color: rgb(255, 75, 75);--green: #1cad59;--yellow: rgb(220, 165, 0);--dark-red: #d40e1e;--red: #f50000;--kinda-pink: #e40273;--purple: #462191;--shady-blue: #324de6;--nice-blue: #256eff;--maybe-cyan: #00b0ff;--teal: #00bcd4;--mint-green: #16c79a;--yellowish-green: #66bb6a;--greenish-yellow: #8bc34a;--dark-teal: #11698e;--tangerine: #ff6f00;--orange: #ff9100;--redish-orange: #ff3d00;color:rgba(var(--text-color), 1);background:rgba(var(--background-color), 1);overflow-y:hidden}body #scroll_to_bottom{background:rgba(var(--foreground-color), 1);box-shadow:0 .3rem .4rem rgba(0,0,0,.2)}body[data-theme=dark]{--accent-color: #6d83ff;--secondary-color: #d60739;--text-color: 220, 220, 220;--foreground-color: 27, 28, 29;--background-color: 21, 22, 22;--danger-color: rgb(255, 106, 106);--green: #00e676;--yellow: rgb(255, 213, 5);--dark-red: #ff5e7e;--red: #ff6098;--kinda-pink: #c44ae6;--purple: #9565f7;--shady-blue: #8295fb;--nice-blue: #86afff;--maybe-cyan: #66cfff;--teal: #6aeeff;--mint-green: #4dffd2;--yellowish-green: #9effa2;--greenish-yellow: #c7fc8b;--dark-teal: #51cbff;--tangerine: #ffac6d;--orange: #ffbe68;--redish-orange: #ff8560}body[data-theme=dark] .initial{box-shadow:0 .1rem .1rem rgba(0,0,0,.16)}body[data-theme=dark] .message{color:rgba(var(--text-color), 1)}body[data-theme=dark] #scroll_to_bottom{background:linear-gradient(rgba(var(--text-color), 0.1), rgba(var(--text-color), 0.1)),rgba(var(--foreground-color), 1);box-shadow:0 .4rem .4rem rgba(0,0,0,.3)}p,strong{font-size:.9rem;max-width:65ch;line-height:1.7;color:rgba(var(--text-color), 0.9)}.info{line-height:normal;padding:1rem;border-radius:.5rem;font-weight:500;color:rgba(0,0,0,.7)}.info--warning{background-color:khaki}.info--error{background-color:var(--danger-color)}a{text-decoration:none;color:var(--accent-color)}a:focus-visible{box-shadow:0 0 0 .1rem rgba(var(--text-color), 1) inset}a.button{padding:.4rem .6rem;border-radius:.3rem;font-size:.9rem;font-weight:500;color:inherit}button,.button{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:inline-flex;border:none;background-color:rgba(0,0,0,0);overflow:hidden;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;font-size:.9rem;font-weight:500;white-space:nowrap;padding:.8rem;border-radius:.3rem;justify-content:center}button:focus-visible,.button:focus-visible{outline:var(--accent-color) solid medium}button:not(:disabled),.button:not(:disabled){cursor:pointer}.button{background-color:rgba(var(--text-color), 0.1)}.button--primary,.button--danger{color:rgba(var(--background-color), 1) !important}.button--primary .icon,.button--danger .icon{fill:rgba(var(--background-color), 1)}.button--primary{background-color:var(--accent-color)}.button--danger{background-color:var(--danger-color)}.button--small{padding:.4rem .6rem}.button--outlined{border:solid rgba(var(--text-color), 0.5) .1rem;background-color:rgba(var(--foreground-color), 1)}.cta{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.8rem 1rem}.icon{width:1.2rem;height:1.2rem;fill:rgba(var(--text-color), 0.8);flex-shrink:0}.icon-only{padding:.5rem;border-radius:.3rem;aspect-ratio:1/1;background-color:rgba(0,0,0,0)}button:disabled{opacity:.5}a:-webkit-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:-moz-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}details summary{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;align-items:center;justify-content:space-between;color:var(--accent-color)}details[open] summary{margin-bottom:1rem}details[open]>summary .down-arrow{transform:rotate(180deg)}fieldset{border:none}input{accent-color:var(--accent-color)}input[type=range]:active{cursor:-webkit-grab;cursor:grab}sm-copy{font-size:.9rem}sm-input,sm-textarea{font-size:.9rem;--border-radius: 0.5rem;--background-color: rgba(var(--foreground-color), 1)}sm-input button .icon,sm-textarea button .icon{fill:var(--accent-color)}sm-textarea{--max-height: 32ch}sm-button{--padding: 0.8rem}sm-button[variant=primary] .icon{fill:rgba(var(--background-color), 1)}sm-button[disabled] .icon{fill:rgba(var(--text-color), 0.6)}sm-button.danger{--background: var(--danger-color);color:rgba(var(--background-color), 1)}sm-spinner{--size: 1rem;--stroke-width: 0.1rem}sm-form{--gap: 1rem}sm-select{--padding: 0.8rem;font-size:.9rem}sm-option{font-size:.9rem}strip-select{--gap: 0;background-color:rgba(var(--text-color), 0.06);border-radius:.3rem;padding:.3rem}strip-option{position:relative;font-size:.8rem;--border-radius: 0.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}ul,ol{list-style:none}ol{counter-reset:item}ol li{position:relative;display:flex;align-items:flex-start;counter-increment:item}ol li:not(:last-of-type){padding-bottom:1.5rem}ol li:not(:last-of-type)::after{content:"";position:absolute;width:.1rem;height:calc(100% - 2.2rem);background:var(--accent-color);margin-left:.7rem;margin-top:2rem}ol li::before{content:counter(item);display:flex;align-items:center;justify-content:center;text-align:center;font-size:.8rem;font-weight:500;margin-top:.15rem;margin-right:1rem;line-height:1;width:1.5rem;height:1.5rem;border-radius:100%;flex-shrink:0;color:rgba(var(--text-color), 0.8);background:rgba(var(--text-color), 0.1)}.overflow-ellipsis{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wrap-around{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.full-bleed{grid-column:1/-1}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.grid{display:grid}.flow-column{grid-auto-flow:column}.gap-0-3{gap:.3rem}.gap-0-5{gap:.5rem}.gap-1{gap:1rem}.gap-1-5{gap:1.5rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.text-align-right{text-align:right}.align-start{align-content:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.text-center{text-align:center}.justify-start{justify-items:start}.justify-center{justify-content:center}.justify-right{margin-left:auto}.align-self-center{align-self:center}.align-self-end{align-self:end}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.flex-direction-column{flex-direction:column}.space-between{justify-content:space-between}.w-100{width:100%}.h-100{height:100%}.label{font-size:.8rem;color:rgba(var(--text-color), 0.8);font-weight:500;margin-bottom:.2rem}.button--primary .ripple,.button--danger .ripple{background:radial-gradient(circle, rgba(var(--background-color), 0.3) 0%, rgba(0, 0, 0, 0) 50%)}.ripple{height:8rem;width:8rem;position:absolute;border-radius:50%;transform:scale(0);background:radial-gradient(circle, rgba(var(--text-color), 0.3) 0%, rgba(0, 0, 0, 0) 50%);pointer-events:none}.interactive{position:relative;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.empty-state{display:grid;width:100%;padding:1.5rem 0}.observe-empty-state:empty{display:none !important}.observe-empty-state:not(:empty)+.empty-state{display:none !important}.bullet-point{display:flex;align-items:center;justify-content:center;margin:0 .8ch}.bullet-point::after{content:"";height:.4ch;width:.4ch;border-radius:.5em;background-color:var(--accent-color)}.margin-right-0-5{margin-right:.5rem}.margin-left-0-5{margin-left:.5rem}.margin-left-auto{margin-left:auto}.margin-bottom-0-5{margin-bottom:.5rem}.margin-block-1{margin-block:1rem}.margin-block-1-5{margin-block:1.5rem}.margin-inline-1{margin-inline:1rem}.margin-inline-1-5{margin-inline:1.5rem}.icon-button{padding:.6rem;border-radius:.8rem;background-color:rgba(var(--text-color), 0.1);height:-webkit-max-content;height:-moz-max-content;height:max-content}.icon-button .icon{fill:var(--accent-color)}.fab{position:absolute;right:0;bottom:0;margin:1.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.2);z-index:2;border-radius:.5rem;padding:.8rem 1rem}.fab .icon{margin-right:.5rem}.multi-state-button{display:grid;text-align:center;align-items:center}.multi-state-button>*{grid-area:1/1/2/2}.multi-state-button button{z-index:1}.page{height:100%}.page__header{display:flex;justify-content:space-between;margin-bottom:1.5rem;min-height:8rem}.page__header .grid{margin-top:auto}.page__header h1{margin-top:auto;font-size:2rem}.page-layout{display:grid;gap:1.5rem 0;grid-template-columns:1.5rem minmax(0, 1fr) 1.5rem;align-content:flex-start}.page-layout>*{grid-column:2/3}#confirmation_popup,#prompt_popup{flex-direction:column}#confirmation_popup h4,#prompt_popup h4{margin-bottom:.5rem}#confirmation_popup sm-button,#prompt_popup sm-button{margin:0}#confirmation_popup .flex,#prompt_popup .flex{padding:0;margin-top:1rem}#confirmation_popup .flex sm-button:first-of-type,#prompt_popup .flex sm-button:first-of-type{margin-right:.6rem;margin-left:auto}#prompt_message{margin-bottom:1.5rem}.popup__header{display:grid;gap:.5rem;width:100%;padding:0 1.5rem;align-items:center}.popup__header__close{padding:.5rem;margin-left:-0.5rem}.flo-icon{margin-right:.3rem;height:1.5rem;width:1.5rem}#secondary_pages{display:flex;flex-direction:column;width:100%}#secondary_pages header{padding:1.5rem}#secondary_pages .inner-page{width:100%;height:100%}.inner-page{background-color:rgba(var(--foreground-color), 0.5)}#sign_in,#sign_up{justify-items:center;align-content:center}#sign_in section,#sign_up section{margin-top:-8rem;width:min(24rem,100%)}#sign_in sm-form,#sign_up sm-form{margin:2rem 0}#sign_up .h2{margin-bottom:.5rem}#sign_up .card{margin:1.5rem 0}#sign_up h5{color:rgba(var(--text-color), 0.8)}#flo_id_warning{padding-bottom:1.5rem;border-bottom:thin solid rgba(var(--text-color), 0.3)}#flo_id_warning .icon{height:4rem;width:4rem;padding:1rem;background-color:#ffc107;border-radius:3rem;fill:rgba(0,0,0,.8);margin-bottom:1.5rem}.tip{font-size:.9rem;color:rgba(var(--text-color), 0.8)}sm-button[variant=primary]{--foreground-color: 255, 255, 255}.danger{color:var(--error-color)}.logo-section{display:flex;position:relative;align-items:center;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:.5rem 0}.logo-section h5{font-size:1.1rem !important;font-weight:500}.logo-section .main-logo{height:1.4rem;margin-right:.4rem;fill:rgba(var(--text-color), 1);stroke:none}.logo-section img{width:2rem;margin-right:.5rem}.select-file input[type=file]{display:none}#landing{display:grid;border-radius:.6rem;width:100%;height:100%;padding:0 1.5rem;align-items:center}#landing .logo-section{padding:1.5rem;display:flex}#landing .title-font{line-height:1.2;font-weight:700;font-size:2.5rem}#landing .left{display:grid;flex-direction:column;padding-bottom:1.5rem;z-index:1}#landing .left h4{color:var(--accent-color);margin-bottom:.5rem;font-weight:500}#landing .left h3{margin-bottom:1rem;font-weight:500}#landing .left p{font-size:1.1rem;color:rgba(var(--text-color), 0.8)}#landing .left .button{padding:.8rem 1.5rem}#landing .left .flex .button:first-of-type{margin-right:.5rem}.logo-section{padding:1.5rem}#landing_illustration{position:relative;width:100%}@-webkit-keyframes slide-down{from{transform:translateY(-1rem)}to{transform:none}}@keyframes slide-down{from{transform:translateY(-1rem)}to{transform:none}}#loading{height:100%;display:grid;place-content:center;justify-items:center}.page__loader{z-index:1;transform-origin:bottom;height:6rem;width:6rem;-webkit-animation:bounce .5s infinite alternate ease-in;animation:bounce .5s infinite alternate ease-in}.shadow{margin-top:-1rem;width:5rem;height:2rem;background:rgba(var(--text-color), 0.1);border-radius:50%;-webkit-animation:scale .5s infinite alternate ease-in;animation:scale .5s infinite alternate ease-in;margin-left:1rem}.page__tag-line{margin-top:2rem}@-webkit-keyframes bounce{0%{transform:scaleY(1) translateY(-4rem)}90%{transform:scaleY(1) translateY(0)}100%{transform:scaleY(0.8)}}@keyframes bounce{0%{transform:scaleY(1) translateY(-4rem)}90%{transform:scaleY(1) translateY(0)}100%{transform:scaleY(0.8)}}@-webkit-keyframes scale{0%{transform:scale(0.5)}90%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes scale{0%{transform:scale(0.5)}90%{transform:scale(1.05)}100%{transform:scale(1)}}#background_overlay,#background_image{position:fixed;height:100%;width:100%}#background_overlay{background-color:red;z-index:-1;background-color:rgba(var(--foreground-color), var(--opacity, 0.6));transition:background-color .3s}#background_image{z-index:-2;-o-object-fit:cover;object-fit:cover;filter:blur(var(--blur, 1rem));transform:scale(calc(1 + var(--scale, 1.1) / 10))}#background_image[src=""],#background_image:not([src]){display:none}#main_page{display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:1fr auto}.initial{position:relative;justify-content:center;font-size:1.1rem;font-weight:700;width:2.4rem;height:2.4rem;aspect-ratio:1/1;color:rgba(var(--foreground-color), 1);box-shadow:0 .1rem .1rem rgba(0,0,0,.06);border-radius:2rem;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;background-color:var(--contact-color, --accent-color);flex-shrink:0}.initial::after{content:"";position:absolute;background-color:rgba(255,255,255,.2);width:100%;height:200%;margin-left:50%;margin-top:50%;transform:rotate(45deg);transform-origin:left center}.group-icon{height:1.6rem;width:1.6rem;fill:rgba(var(--foreground-color), 1)}.contact{position:relative;display:grid;gap:0 1rem;align-items:center;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.contact:not(.chat){grid-template-columns:auto 1fr;grid-template-areas:"dp ."}.contact.chat,.contact.group{grid-template-columns:auto 1fr auto;grid-template-areas:"dp . time" "dp . ."}.contact.admin{grid-template-columns:auto 1fr auto}.contact.selected{background-color:rgba(var(--text-color), 0.06)}.contact .initial{grid-area:dp}.contact .name,.contact .last-message{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:rgba(var(--text-color), 0.8)}.contact .name{width:100%;font-size:1em;font-weight:500;margin-bottom:.3rem}.contact .span-2{display:flex;justify-content:space-between;grid-column:2/4;width:100%;gap:.5rem}.contact .last-message{font-weight:400;font-size:.9em;opacity:.9}.contact .menu{justify-self:flex-end;padding:.2rem;fill:rgba(var(--text-color), 1)}.contact .time{color:rgba(var(--text-color), 0.7);grid-area:time;font-size:.8rem}.selectable-contact,.group-member,.blocked-id,.contact-list__item{gap:1rem;padding:.5rem 0}.selectable-contact{margin:0 -0.3rem;padding:.5rem .3rem;border-radius:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.selectable-contact:not(:last-of-type){margin-bottom:.2rem}.selectable-contact input{margin-left:auto}.group-member{display:flex;align-items:center}.group-member .admin-tag{white-space:nowrap;margin-left:auto;padding:.1rem .6rem;font-size:.8rem;border-radius:3rem;background-color:rgba(var(--text-color), 0.1)}.contact-list__item{display:flex;text-align:left;justify-content:flex-start;width:100%;padding:.5rem}.contact-list__item:focus{background-color:rgba(var(--text-color), 0.03)}#selected_contacts_container{display:flex;overflow:auto hidden}#selected_contacts_container:not(:empty){padding:.5rem 0;margin:.5rem 0;border-bottom:solid thin rgba(var(--text-color), 0.1)}#selected_contacts_container .contact-preview{display:flex;flex-shrink:0;align-items:center;cursor:pointer;margin-right:.3rem;background:rgba(var(--text-color), 0.1);padding-left:.2rem;border-radius:2rem;transform-origin:left;overflow:hidden}#selected_contacts_container .contact-preview .initial{width:1.6rem;height:1.6rem;font-size:.9rem}#selected_contacts_container .contact-preview .name{font-size:.9rem;color:rgba(var(--text-color), 0.8);margin-left:.5rem}#contact_details_popup .popup-section{margin:1.5rem 0}#contact_details_popup h5{font-weight:500;opacity:.8}#contact_details_popup .group-icon{padding:.2rem;height:3rem;width:3rem}#contact_initial{height:4.6rem;width:4.6rem;font-size:2.4rem;border-radius:4rem;margin-top:3rem;margin-bottom:.5rem;background-color:var(--contact-color, --accent-color)}#contact_name{margin:.5rem 0}#contact_name::part(text){font-size:1.2rem;font-weight:500}#warn_no_encryption,.date-card,.group-event-card{padding:.4rem .6rem;font-weight:500;font-size:.8rem;background-color:rgba(var(--text-color), 0.04);border-radius:.3rem;color:rgba(var(--text-color), 0.8);margin:1rem 0;justify-self:center;align-self:center;text-align:center}#warn_no_encryption+#warn_no_encryption,#warn_no_encryption+.date-card,#warn_no_encryption+.group-event-card,.date-card+#warn_no_encryption,.date-card+.date-card,.date-card+.group-event-card,.group-event-card+#warn_no_encryption,.group-event-card+.date-card,.group-event-card+.group-event-card{margin-top:0}.group-event-card{font-size:.8rem;font-weight:400}#warn_no_encryption{background:#fffd8d;color:#111}.contact,.mail-card{padding:.8rem;margin:0 .2rem;border-radius:.5rem}.contact::before,.mail-card::before{content:"";position:absolute;top:0;margin:.5rem;padding:.3rem;background:var(--accent-color);border-radius:100%;border:solid rgba(var(--foreground-color), 1) 1px;transform:scale(0);transition:transform .3s}.contact.unread::before,.mail-card.unread::before{transform:scale(1)}.mail-card.unread .time,.mail-card.unread .date,.contact.unread .time,.contact.unread .date{color:var(--accent-color)}.mail-card.unread h4,.contact.unread h4{color:rgba(var(--text-color), 1)}.mail-card.unread h4,.mail-card.unread h5,.mail-card.unread p,.contact.unread h4,.contact.unread h5,.contact.unread p{font-weight:700}.mail-card{position:relative;display:grid;gap:0 1rem;align-items:center;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;grid-template-columns:auto 1fr auto;grid-template-areas:"dp sender date" "dp subject subject" "dp desc desc"}.mail-card .initial{grid-area:dp;align-self:flex-start;font-size:1rem}.mail-card .sender{width:100%;font-size:.8rem;font-weight:500;color:rgba(var(--text-color), 0.8);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mail-card .subject{grid-area:subject;font-size:1em;margin-top:.3rem;font-weight:500}.mail-card .description{grid-area:desc;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.9em;margin-top:.2rem;color:rgba(var(--text-color), 0.8)}.date{grid-area:date;margin-left:auto;white-space:nowrap;font-size:.8rem;color:rgba(var(--text-color), 0.8)}@-webkit-keyframes slide{from{opacity:0;transform:translateX(-1rem)}to{opacity:1;transform:none}}@keyframes slide{from{opacity:0;transform:translateX(-1rem)}to{opacity:1;transform:none}}#mail_container{width:100%}.mail{position:relative;padding:1.5rem}.mail:not(:first-of-type){margin-top:1.5rem;background-color:rgba(var(--text-color), 0.03);padding-bottom:2rem;margin-inline:1rem;border-radius:.5rem;overflow:hidden}.mail:not(:first-of-type)::before{content:"";position:absolute;left:0;top:0;width:.2rem;height:100%;background:rgba(var(--text-color), 0.2)}.mail .mail-header{align-self:start;margin-bottom:1.5rem;gap:1rem}.mail .initial{background-color:var(--contact-color, --accent-color);margin:0;height:2rem;width:2rem}.mail .sender-name{font-weight:500;margin-bottom:.5rem}.mail .flo-id{font-weight:400;max-width:90%}.mail .mail-subject,.mail .mail-content{overflow-wrap:break-word;word-wrap:break-word}.mail .mail-subject{margin-bottom:.4em}.mail .mail-content{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:60ch;white-space:pre-wrap}.logo-section{display:grid;grid-template-columns:auto 1fr}#main_navbar{display:flex;background:rgba(var(--foreground-color), 1)}#main_navbar.hide-away{position:absolute}#main_navbar ul{display:flex;height:100%;width:100%}#main_navbar ul li{width:100%}.nav-item{position:relative;display:grid;width:100%;align-items:center;justify-items:center;padding:.5rem .4rem;color:var(--text-color);font-size:.8rem;border-radius:.5rem;font-weight:500;aspect-ratio:1/1}.nav-item .icon{grid-area:1/1/2/2;transition:transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.nav-item .filled{opacity:0}.nav-item__title{line-height:1;transition:opacity .2s,transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.nav-item--active{color:var(--accent-color)}.nav-item--active .icon{fill:var(--accent-color);transform:translateY(50%)}.nav-item--active .icon.filled{opacity:1}.nav-item--active .icon:not(.filled){opacity:0}.nav-item--active .nav-item__title{transform:translateY(100%);opacity:0}.nav-item__indicator{position:absolute;bottom:0;width:2rem;height:.3rem;background:var(--accent-color);border-radius:1rem 1rem 0 0;z-index:1}.nav-item:last-of-type{margin-top:auto}.badge{display:flex;align-items:center;justify-content:center;content:attr(data-notifications);position:absolute;top:0;right:0;min-width:2.7ch;font-size:.8rem;padding:.2rem;background:var(--danger-color);color:rgba(var(--background-color), 1);line-height:1;font-weight:700;border-radius:1rem;margin:.3rem}#contacts,#mails,#settings{height:100%;overflow-y:hidden}#contacts .header,#mails .header,#settings .header{padding:1rem;position:relative;gap:.5rem;min-height:4rem}#contacts .header sm-input,#mails .header sm-input,#settings .header sm-input{width:100%}#contacts .header h4,#mails .header h4,#settings .header h4{text-transform:capitalize;font-weight:500}#contacts .header sm-menu,#mails .header sm-menu,#settings .header sm-menu{margin-right:-0.7rem}#auto_complete_contact{position:relative}#mail_contact_list{max-height:40vh;overflow-y:auto;position:absolute;top:100%;background:rgba(var(--foreground-color), 1);z-index:1;border-radius:.4rem;box-shadow:0 .1rem .1rem rgba(0,0,0,.1),0 .2rem .5rem rgba(0,0,0,.16);width:100%}#mail_contact_list .contact{grid-template-columns:auto 1fr;grid-template-areas:"dp ." "dp ."}#mail_contact_list sm-menu{display:none}#contacts{position:relative;overflow-x:hidden;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}#contacts .header{padding:.5rem 1rem}#contacts .scrolling-wrapper{height:100%;flex:1;overflow-y:auto}#contacts .scrolling-wrapper .empty-state{padding:1.5rem;text-align:center}#contacts_container .contact{padding:.5rem 0}#creation_process .group-icon{background-color:var(--accent-color);justify-self:center;height:8rem;width:8rem;margin-bottom:1rem;padding:2rem;border-radius:50%;font-size:4rem}#mails{position:relative;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}#mail_sections{overflow-y:auto}#mail_type_selector{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#mail_type_selector strip-option{--padding: 0.5rem 1.2rem}#mail_type_selector strip-option .badge{margin:0rem}#search_chats{--min-height: 2.5rem}#chat_page,#mail_page,#settings{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}#group_members_list{margin-top:.5rem}#group_members_list .contact{padding:.5rem 0}#chat_view,#mail{background-color:rgba(var(--foreground-color), 0.3)}#chat_view{position:relative;display:flex;flex-direction:column;height:100%;overflow-y:auto}.message{position:relative;display:flex;flex-wrap:wrap;width:auto;font-size:.92rem;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-bottom:.2rem;margin-top:.8rem;padding:.5em .8em;transition:opacity .3s,transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.message .sender-name{font-size:.85rem;font-weight:500;margin-bottom:.3rem}.message .message-body{display:flex;align-items:center;flex-wrap:wrap;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-wrap;line-height:1.5}.message .message-body a{color:inherit}.message .message-body .text-emoji{align-self:center;font-size:1.4em;letter-spacing:0}.message .time{white-space:nowrap;font-size:.8em;opacity:.8;justify-self:flex-end;padding-left:1rem;align-self:flex-end;margin-top:.2rem;margin-left:auto}.sent{margin-left:auto;background:var(--accent-color);border-radius:.3rem 0 .3rem .3rem}.sent>*{color:rgba(var(--background-color), 1)}.sent::after{content:"";position:absolute;left:100%;top:0;width:0;height:0;border-style:solid;border-width:.5em .3em 0 0;border-color:var(--accent-color) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.received{margin-right:auto;border-radius:0 .3rem .3rem .3rem;background-color:rgba(var(--text-color), 0.1)}.received::after{content:"";position:absolute;left:-0.5em;top:0;width:0;height:0;border-style:solid;border-width:0 .5em .5em 0;border-color:rgba(0,0,0,0) rgba(var(--text-color), 0.1) rgba(0,0,0,0) rgba(0,0,0,0)}.sent+.sent,.received+.received{margin-top:0}.sent+.sent::after,.received+.received::after{display:none}.sent+.sent,.received+.received{border-radius:.3rem}.distinct-sender{display:grid;border-radius:0 .3rem .3rem .3rem !important;margin-top:.8rem !important}.distinct-sender::after{display:flex !important;content:"";position:absolute;left:-0.5em;top:0;width:0;height:0;border-style:solid;border-width:0 .5em .5em 0;border-color:rgba(0,0,0,0) rgba(var(--text-color), 0.1) rgba(0,0,0,0) rgba(0,0,0,0)}.unconfirmed{opacity:.7;transform-origin:left;-webkit-animation:pop .3s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:pop .3s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275)}@-webkit-keyframes pop{0%{transform:rotate(5deg) translate(-0.5rem, 1rem)}100%{transform:rotate(0) translate(0, 0)}}@keyframes pop{0%{transform:rotate(5deg) translate(-0.5rem, 1rem)}100%{transform:rotate(0) translate(0, 0)}}.back-button{padding:.5rem;margin-left:-0.5rem}#chat_header{padding:.5rem 1rem;align-content:center;grid-template-columns:minmax(0, 1fr);z-index:1}#chat_header .flex{height:100%}#chat_header #chat_details_button{background-color:rgba(var(--text-color), 0.06);border-radius:2rem;justify-self:center;padding:.3rem}#chat_header .initial{cursor:pointer;height:1.8rem;width:1.8rem;flex-shrink:0;font-size:1rem}#chat_header #receiver_name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#chat_header .group-icon{padding:.1rem}#scroll_to_bottom{position:absolute;display:flex;right:0;bottom:3rem;border-radius:4rem;z-index:1;aspect-ratio:1/1;margin:1.5rem;transform:scale(0);transition:transform .2s}#scroll_to_bottom button{border-radius:4rem}#scroll_to_bottom.new-message::after{position:absolute;content:"";top:0;right:0;z-index:2;padding:.5rem;border-radius:50%;background:#00e676}.no-transformations{transform:none !important}#chat_footer .flex{align-items:flex-end;padding:.5rem 1rem .5rem .5rem}#emoji_toggle{align-self:center;padding:.6rem;margin-right:.5rem;width:2.6rem;height:2.6rem;border-radius:2rem;cursor:pointer}#emoji_toggle path{fill:rgba(var(--text-color), 0.5)}#emoji_toggle.active path{fill:var(--accent-color)}#send_message_button{align-self:center;padding:.5rem .8rem;margin-left:.5rem;opacity:.5;font-weight:500}#send_message_button:not(:disabled){opacity:1;color:var(--accent-color)}#type_message{margin:0;--background: rgba(var(--text-color), 0.1)}#messages_container{flex:1;padding:0 1rem}#emoji_picker{--background: rgba(var(--text-color), 0.06);--border-size: 0;--input-border-color: none;--input-padding: 0.4rem 1rem;--outline-color: var(--accent-color);--input-font-color: rgba(var(--text-color), 1);--input-placeholder-color: rgba(var(--text-color), 0.6);--indicator-color: var(--accent-color);--button-hover-background: rgba(var(--text-color), 0.2);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;max-height:40vh}.emoji{font-size:1.6rem;cursor:pointer;padding:.4rem;border-radius:.6rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center}.icon--big{height:8rem;width:8rem;margin-bottom:1.5rem;justify-self:center}#messages_container,#chats_list,#inbox_mail_container,#sent_mail_container,#mail{width:100%;flex-direction:column;height:100%;overflow-y:auto}#chats_list{gap:.2rem;padding-bottom:6rem}.mail-container{height:100%;flex-direction:column;overflow-y:auto}#inbox_mail_container,#sent_mail_container{gap:.2rem;padding-bottom:6rem}.has-bg-image .received,.has-bg-image .group-event-card,.has-bg-image .date-card{background:rgba(var(--foreground-color), 1)}.has-bg-image .received::after{border-color:rgba(0,0,0,0) rgba(var(--foreground-color), 0.6) rgba(0,0,0,0) rgba(0,0,0,0)}.has-bg-image #emoji_picker{--background: rgba(var(--foreground-color), 0.6)}.has-bg-image #emoji_toggle path{fill:rgba(var(--text-color), 0.8)}.has-bg-image sm-textarea{--background: rgba(var(--foreground-color), 0.6)}#mail{align-items:flex-start;padding-bottom:1.5rem}#mail>.flex{padding:0 1.5rem;margin-top:2rem}#mail>.flex sm-button:first-of-type{margin-right:.5rem}.sidebar-item{display:flex;align-items:center;padding:1rem 1.5rem;text-transform:capitalize;font-weight:500;opacity:.9;color:inherit}.sidebar-item .icon{margin-right:1em;width:1em}#settings #settings_sidebar header{padding:1rem 1.5rem}#settings .flex sm-button{margin:0;margin-left:1rem}#settings sm-switch{padding:1rem 1.5rem;display:flex;margin-bottom:1rem;width:min(60ch,100%)}#settings sm-switch .flex{margin-right:1rem}#settings sm-switch h4{margin-bottom:.5rem}#settings sm-button{width:100%}#settings #settings_title{text-transform:capitalize}#settings #settings_sidebar{height:100%}#settings #settings_panel{overflow-y:auto;height:100%}#settings section{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;width:min(60ch,100%)}#settings section .button{align-self:flex-start}#settings #sign_out::part(button){color:var(--error-color)}#settings color-grid{margin:.5rem 0 1.5rem 0;width:min(60ch,100%)}#settings #chat_preview{margin-top:1rem;padding:1rem;border-radius:.5rem;background-color:rgba(var(--text-color), 0.06)}#settings #bg_preview_container{padding:1rem 0;gap:.5rem;flex-wrap:wrap}#settings .bg-preview{position:relative;display:grid;place-items:center;height:8rem;width:8rem;cursor:pointer;border-radius:1rem;overflow:hidden;background:rgba(var(--text-color), 0.1)}#settings .bg-preview--selected::after{content:"";position:absolute;height:100%;width:100%;border-radius:inherit;box-shadow:0 0 0 .5rem var(--accent-color) inset}#settings .bg-preview input{display:none}#settings .bg-preview__image{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.option{width:100%;justify-content:flex-start;padding:.8rem 0;color:var(--accent-color)}.option .icon{fill:var(--accent-color);margin-right:1rem}.option--danger{color:var(--danger-color)}.option--danger .icon{fill:var(--danger-color)}@media screen and (max-width: 640px){sm-popup{--border-radius: 1rem 1rem 0 0}#landing{grid-template-areas:"illustration" ".";align-items:flex-start}#landing .title-font{font-size:2rem;font-weight:500}#landing sm-button{width:100%;display:flex;width:100% !important}#landing_illustration{grid-area:illustration}.frame form,#sign_in form{height:100%}.frame .h2,#sign_in .h2{margin-top:3rem}.frame sm-button[variant=primary],#sign_in sm-button[variant=primary]{margin-top:auto}.fab{bottom:4rem}.inner-page{margin-bottom:5rem}#main_navbar{position:fixed;bottom:0;left:0;right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:.5rem auto;border-radius:1rem;justify-content:center;background-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);background-color:rgba(var(--foreground-color), 0.9)}#main_navbar ul{background-color:rgba(var(--text-color), 0.05);border-radius:inherit;box-shadow:0 1rem 1.5rem rgba(0,0,0,.16)}#main_navbar.hide-away{bottom:0;left:0;right:0}#main_navbar .nav-item{height:3.8rem;width:4.5rem}#chats_list,#contact_container{gap:.2rem}#chat_view .message{width:auto;max-width:90%}#chat_header{grid-template-columns:auto minmax(0, 1fr)}#chat_header #chat_details_button{max-width:calc(100% - 2rem);margin-left:-1.7rem}#settings{overflow-x:hidden}#settings #settings_header{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:1rem 1.5rem;margin-bottom:.5rem;background:linear-gradient(rgba(var(--background-color), 0.8), rgba(var(--background-color), 0));-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem)}.hide-on-mobile{display:none !important}}@media screen and (min-width: 40rem){.hide-on-desktop{display:none !important}.page{padding-bottom:0}.popup__header{grid-column:1/-1;padding:1rem 1.5rem 0 1.5rem}.logo-section{padding:2rem 3rem 0 3rem;margin:.5rem 0}sm-popup{--width: 24rem;--min-width: 24rem;--border-radius: 0.5rem}#landing{align-items:center;gap:4vw;grid-template-columns:1fr 1fr;padding:0 4vw}#sign_in{width:24rem}#main_page{grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-rows:1fr;grid-template-areas:"nav .";overflow:hidden;box-shadow:0 .1rem .2rem rgba(0,0,0,.05),0 1rem 3rem rgba(0,0,0,.2)}#main_navbar{grid-area:nav;border-top:none;flex-direction:column;border-right:solid thin rgba(var(--text-color), 0.1);background-color:rgba(var(--foreground-color), 0.3)}#main_navbar ul{flex-direction:column;gap:.5rem}#main_navbar ul li:last-of-type{margin-top:auto}.nav-item__indicator{width:.25rem;height:50%;left:0;border-radius:0 1rem 1rem 0;bottom:auto}#add_contact_popup{--min-width: 24rem}#compose_mail_popup,#reply_mail_popup{--min-width: 36rem}#emoji_picker{max-height:18rem}#chat_view .message{width:auto;align-self:flex-start;max-width:55ch}#chat_page,#mail_page{display:grid;grid-template-columns:19rem 1fr}#chat_page>:first-child,#mail_page>:first-child{border-right:solid thin rgba(var(--text-color), 0.1)}#settings{display:grid;grid-template-columns:14rem 1fr}#settings>:first-child{border-right:solid thin rgba(var(--text-color), 0.1)}#settings sm-button{width:-webkit-max-content;width:-moz-max-content;width:max-content}#settings .active{background:rgba(var(--text-color), 0.1)}#settings .panel>*:first-of-type{margin-top:.5rem}.contact.active,.mail-card.active{background:rgba(var(--text-color), 0.06)}#contact_details_popup.is-group{--width: 52rem}#contact_details_popup.is-group #contact_details_section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}#contact_details_popup.is-group #contact_details_section>:first-child{padding-right:1.5rem;border-right:thin solid rgba(var(--text-color), 0.3)}}@media only screen and (max-width: 1280px){.hide-on-medium{display:none !important}}@media only screen and (min-width: 1080px){#chat_view #messages_container{padding:1rem 4rem;padding-top:0}#chat_page,#mail_page{grid-template-columns:21rem 1fr}}@media only screen and (min-width: 1280px){#landing{gap:4vw;padding:0 8vw}#landing .title-font{font-size:3rem}#emoji_picker{--num-columns: 16}.contact.active,.mail-card.active{background:rgba(var(--text-color), 0.06)}}@media(hover: hover){::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background:rgba(var(--text-color), 0.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color), 0.5)}.interactive:hover{background-color:rgba(var(--text-color), 0.06)}.emoji:hover{cursor:pointer;background:rgba(var(--text-color), 0.06)}.contact .menu{opacity:0;transition:opacity .3s}.contact:hover .menu{opacity:1}}@media(hover: none){.contact-preview,.contact{-webkit-tap-highlight-color:rgba(0,0,0,0)}.contact .menu{display:none}}@supports(overflow: overlay){body{overflow:overlay}}.hidden{display:none !important} \ No newline at end of file +*{padding:0;margin:0;box-sizing:border-box;font-family:"Roboto",sans-serif}:root{font-size:clamp(1rem,1.2vmax,1.2rem)}html,body{height:100%}body{--accent-color: #3d5afe;--secondary-color: #ffac2e;--text-color: 20, 20, 20;--foreground-color: 252, 253, 255;--background-color: 241, 243, 248;--danger-color: rgb(255, 75, 75);--green: #1cad59;--yellow: rgb(220, 165, 0);--dark-red: #d40e1e;--red: #f50000;--kinda-pink: #e40273;--purple: #462191;--shady-blue: #324de6;--nice-blue: #256eff;--maybe-cyan: #00b0ff;--teal: #00bcd4;--mint-green: #16c79a;--yellowish-green: #66bb6a;--greenish-yellow: #8bc34a;--dark-teal: #11698e;--tangerine: #ff6f00;--orange: #ff9100;--redish-orange: #ff3d00;color:rgba(var(--text-color), 1);background-color:rgba(var(--background-color), 1);overflow-y:hidden}body #scroll_to_bottom{background:rgba(var(--foreground-color), 1);box-shadow:0 .3rem .4rem rgba(0,0,0,.2)}body[data-theme=dark]{--accent-color: #6d83ff;--secondary-color: #d60739;--text-color: 220, 220, 220;--foreground-color: 27, 28, 29;--background-color: 21, 22, 22;--danger-color: rgb(255, 106, 106);--green: #00e676;--yellow: rgb(255, 213, 5);--dark-red: #ff5e7e;--red: #ff6098;--kinda-pink: #c44ae6;--purple: #9565f7;--shady-blue: #8295fb;--nice-blue: #86afff;--maybe-cyan: #66cfff;--teal: #6aeeff;--mint-green: #4dffd2;--yellowish-green: #9effa2;--greenish-yellow: #c7fc8b;--dark-teal: #51cbff;--tangerine: #ffac6d;--orange: #ffbe68;--redish-orange: #ff8560}body[data-theme=dark] .initial{box-shadow:0 .1rem .1rem rgba(0,0,0,.16)}body[data-theme=dark] .message{color:rgba(var(--text-color), 1)}body[data-theme=dark] #scroll_to_bottom{background:linear-gradient(rgba(var(--text-color), 0.1), rgba(var(--text-color), 0.1)),rgba(var(--foreground-color), 1);box-shadow:0 .4rem .4rem rgba(0,0,0,.3)}p,strong{font-size:.9rem;max-width:65ch;line-height:1.7;color:rgba(var(--text-color), 0.9)}.info{line-height:normal;padding:1rem;border-radius:.5rem;font-weight:500;color:rgba(0,0,0,.7)}.info--warning{background-color:khaki}.info--error{background-color:var(--danger-color)}a{text-decoration:none;color:var(--accent-color)}a:focus-visible{box-shadow:0 0 0 .1rem rgba(var(--text-color), 1) inset}a.button{padding:.4rem .6rem;border-radius:.3rem;font-size:.9rem;font-weight:500;color:inherit}button,.button{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:inline-flex;border:none;background-color:rgba(0,0,0,0);overflow:hidden;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;font-size:.9rem;font-weight:500;white-space:nowrap;padding:.8rem;border-radius:.3rem;justify-content:center}button:focus-visible,.button:focus-visible{outline:var(--accent-color) solid medium}button:not(:disabled),.button:not(:disabled){cursor:pointer}.button{background-color:rgba(var(--text-color), 0.1)}.button--primary,.button--danger{color:rgba(var(--background-color), 1) !important}.button--primary .icon,.button--danger .icon{fill:rgba(var(--background-color), 1)}.button--primary{background-color:var(--accent-color)}.button--danger{background-color:var(--danger-color)}.button--small{padding:.4rem .6rem}.button--outlined{border:solid rgba(var(--text-color), 0.5) .1rem;background-color:rgba(var(--foreground-color), 1)}.cta{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.8rem 1rem}.icon{width:1.2rem;height:1.2rem;fill:rgba(var(--text-color), 0.8);flex-shrink:0}.icon-only{padding:.5rem;border-radius:.3rem;aspect-ratio:1/1;background-color:rgba(0,0,0,0)}button:disabled{opacity:.5}a:-webkit-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:-moz-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}details summary{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;align-items:center;justify-content:space-between;color:var(--accent-color)}details[open] summary{margin-bottom:1rem}details[open]>summary .down-arrow{transform:rotate(180deg)}fieldset{border:none}input{accent-color:var(--accent-color)}input[type=range]:active{cursor:-webkit-grab;cursor:grab}sm-copy{font-size:.9rem}sm-input,sm-textarea{font-size:.9rem;--border-radius: 0.5rem;--background-color: rgba(var(--foreground-color), 1)}sm-input button .icon,sm-textarea button .icon{fill:var(--accent-color)}sm-textarea{--max-height: 32ch}sm-button{--padding: 0.8rem}sm-button[variant=primary] .icon{fill:rgba(var(--background-color), 1)}sm-button[disabled] .icon{fill:rgba(var(--text-color), 0.6)}sm-button.danger{--background: var(--danger-color);color:rgba(var(--background-color), 1)}sm-spinner{--size: 1rem;--stroke-width: 0.1rem}sm-form{--gap: 1rem}sm-select{--padding: 0.8rem;font-size:.9rem}sm-option{font-size:.9rem}strip-select{--gap: 0;background-color:rgba(var(--text-color), 0.06);border-radius:.3rem;padding:.3rem}strip-option{position:relative;font-size:.8rem;--border-radius: 0.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}ul,ol{list-style:none}ol{counter-reset:item}ol li{position:relative;display:flex;align-items:flex-start;counter-increment:item}ol li:not(:last-of-type){padding-bottom:1.5rem}ol li:not(:last-of-type)::after{content:"";position:absolute;width:.1rem;height:calc(100% - 2.2rem);background:var(--accent-color);margin-left:.7rem;margin-top:2rem}ol li::before{content:counter(item);display:flex;align-items:center;justify-content:center;text-align:center;font-size:.8rem;font-weight:500;margin-top:.15rem;margin-right:1rem;line-height:1;width:1.5rem;height:1.5rem;border-radius:100%;flex-shrink:0;color:rgba(var(--text-color), 0.8);background:rgba(var(--text-color), 0.1)}.overflow-ellipsis{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.wrap-around{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.full-bleed{grid-column:1/-1}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.grid{display:grid}.flow-column{grid-auto-flow:column}.gap-0-3{gap:.3rem}.gap-0-5{gap:.5rem}.gap-1{gap:1rem}.gap-1-5{gap:1.5rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.text-align-right{text-align:right}.align-start{align-content:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.text-center{text-align:center}.justify-start{justify-items:start}.justify-center{justify-content:center}.justify-right{margin-left:auto}.align-self-center{align-self:center}.align-self-end{align-self:end}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.flex-direction-column{flex-direction:column}.space-between{justify-content:space-between}.w-100{width:100%}.h-100{height:100%}.label{font-size:.8rem;color:rgba(var(--text-color), 0.8);font-weight:500;margin-bottom:.2rem}.button--primary .ripple,.button--danger .ripple{background:radial-gradient(circle, rgba(var(--background-color), 0.3) 0%, rgba(0, 0, 0, 0) 50%)}.ripple{height:8rem;width:8rem;position:absolute;border-radius:50%;transform:scale(0);background:radial-gradient(circle, rgba(var(--text-color), 0.3) 0%, rgba(0, 0, 0, 0) 50%);pointer-events:none}.interactive{position:relative;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.empty-state{display:grid;width:100%;padding:1.5rem 0}.observe-empty-state:empty{display:none !important}.observe-empty-state:not(:empty)+.empty-state{display:none !important}.bullet-point{display:flex;align-items:center;justify-content:center;margin:0 .8ch}.bullet-point::after{content:"";height:.4ch;width:.4ch;border-radius:.5em;background-color:var(--accent-color)}.margin-right-0-3{margin-right:.3rem}.margin-right-0-5{margin-right:.5rem}.margin-left-0-5{margin-left:.5rem}.margin-left-auto{margin-left:auto}.margin-bottom-0-5{margin-bottom:.5rem}.margin-block-1{margin-block:1rem}.margin-block-1-5{margin-block:1.5rem}.margin-inline-1{margin-inline:1rem}.margin-inline-1-5{margin-inline:1.5rem}.icon-button{padding:.6rem;border-radius:.8rem;background-color:rgba(var(--text-color), 0.1);height:-webkit-max-content;height:-moz-max-content;height:max-content}.icon-button .icon{fill:var(--accent-color)}.fab{position:absolute;right:0;bottom:0;margin:1.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.2);z-index:2;border-radius:.5rem;padding:.8rem 1rem}.fab .icon{margin-right:.5rem}.multi-state-button{display:grid;text-align:center;align-items:center}.multi-state-button>*{grid-area:1/1/2/2}.multi-state-button button{z-index:1}.page{height:100%}.page__header{display:flex;justify-content:space-between;margin-bottom:1.5rem;min-height:8rem}.page__header .grid{margin-top:auto}.page__header h1{margin-top:auto;font-size:2rem}.card{background-color:rgba(var(--text-color), 0.06);border-radius:.5rem;padding:1rem}.page-layout{display:grid;gap:1.5rem 0;grid-template-columns:1.5rem minmax(0, 1fr) 1.5rem;align-content:flex-start}.page-layout>*{grid-column:2/3}#confirmation_popup,#prompt_popup{flex-direction:column}#confirmation_popup h4,#prompt_popup h4{margin-bottom:.5rem}#confirmation_popup sm-button,#prompt_popup sm-button{margin:0}#confirmation_popup .flex,#prompt_popup .flex{padding:0;margin-top:1rem}#confirmation_popup .flex sm-button:first-of-type,#prompt_popup .flex sm-button:first-of-type{margin-right:.6rem;margin-left:auto}#prompt_message{margin-bottom:1.5rem}.popup__header{display:grid;gap:.5rem;width:100%;padding:0 1.5rem;align-items:center}.popup__header__close{padding:.5rem;margin-left:-0.5rem}.flo-icon{margin-right:.3rem;height:1.5rem;width:1.5rem}#secondary_pages{display:flex;flex-direction:column;width:100%}#secondary_pages header{padding:1.5rem}#secondary_pages .inner-page{width:100%;height:100%}.inner-page{background-color:rgba(var(--foreground-color), 0.5)}#sign_in,#sign_up{justify-items:center;align-content:center}#sign_in section,#sign_up section{margin-top:-8rem;width:min(24rem,100%)}#sign_in sm-form,#sign_up sm-form{margin:2rem 0}#sign_up .h2{margin-bottom:.5rem}#sign_up .card{margin:1.5rem 0}#sign_up h5{color:rgba(var(--text-color), 0.8)}#flo_id_warning{padding-bottom:1.5rem;border-bottom:thin solid rgba(var(--text-color), 0.3)}#flo_id_warning .icon{height:4rem;width:4rem;padding:1rem;background-color:#ffc107;border-radius:3rem;fill:rgba(0,0,0,.8);margin-bottom:1.5rem}.tip{font-size:.9rem;color:rgba(var(--text-color), 0.8)}sm-button[variant=primary]{--foreground-color: 255, 255, 255}.danger{color:var(--error-color)}.logo-section{display:flex;position:relative;align-items:center;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:.5rem 0}.logo-section h5{font-size:1.1rem !important;font-weight:500}.logo-section .main-logo{height:1.4rem;margin-right:.4rem;fill:rgba(var(--text-color), 1);stroke:none}.logo-section img{width:2rem;margin-right:.5rem}.select-file input[type=file]{display:none}#landing{display:grid;border-radius:.6rem;width:100%;height:100%;padding:0 1.5rem;align-items:center}#landing .logo-section{padding:1.5rem;display:flex}#landing .title-font{line-height:1.2;font-weight:700;font-size:2.5rem}#landing .left{display:grid;flex-direction:column;padding-bottom:1.5rem;z-index:1}#landing .left h4{color:var(--accent-color);margin-bottom:.5rem;font-weight:500}#landing .left h3{margin-bottom:1rem;font-weight:500}#landing .left p{font-size:1.1rem;color:rgba(var(--text-color), 0.8)}#landing .left .button{padding:.8rem 1.5rem}#landing .left .flex .button:first-of-type{margin-right:.5rem}.logo-section{padding:1.5rem}#landing_illustration{position:relative;width:100%}@-webkit-keyframes slide-down{from{transform:translateY(-1rem)}to{transform:none}}@keyframes slide-down{from{transform:translateY(-1rem)}to{transform:none}}#loading{height:100%;display:grid;place-content:center;justify-items:center}.page__loader{z-index:1;transform-origin:bottom;height:6rem;width:6rem;-webkit-animation:bounce .5s infinite alternate ease-in;animation:bounce .5s infinite alternate ease-in}.shadow{margin-top:-1rem;width:5rem;height:2rem;background:rgba(var(--text-color), 0.1);border-radius:50%;-webkit-animation:scale .5s infinite alternate ease-in;animation:scale .5s infinite alternate ease-in;margin-left:1rem}.page__tag-line{margin-top:2rem}@-webkit-keyframes bounce{0%{transform:scaleY(1) translateY(-4rem)}90%{transform:scaleY(1) translateY(0)}100%{transform:scaleY(0.8)}}@keyframes bounce{0%{transform:scaleY(1) translateY(-4rem)}90%{transform:scaleY(1) translateY(0)}100%{transform:scaleY(0.8)}}@-webkit-keyframes scale{0%{transform:scale(0.5)}90%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes scale{0%{transform:scale(0.5)}90%{transform:scale(1.05)}100%{transform:scale(1)}}#background_overlay,#background_image{position:fixed;height:100%;width:100%}#background_overlay{background-color:red;z-index:-1;background-color:rgba(var(--foreground-color), var(--opacity, 0.6));transition:background-color .3s}#background_image{z-index:-2;-o-object-fit:cover;object-fit:cover;filter:blur(var(--blur, 1rem));transform:scale(calc(1 + var(--scale, 1.1) / 10))}#background_image[src=""],#background_image:not([src]){display:none}#main_page{display:grid;grid-template-columns:minmax(0, 1fr);grid-template-rows:1fr auto}.initial{position:relative;justify-content:center;font-size:1.1rem;font-weight:700;width:2.4rem;height:2.4rem;aspect-ratio:1/1;color:rgba(var(--foreground-color), 1);box-shadow:0 .1rem .1rem rgba(0,0,0,.06);border-radius:2rem;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;background-color:var(--contact-color, --accent-color);flex-shrink:0;transition:background-color .3s}.initial::after{content:"";position:absolute;background-color:rgba(255,255,255,.2);width:100%;height:200%;margin-left:50%;margin-top:50%;transform:rotate(45deg);transform-origin:left center}.group-icon{height:1.6rem;width:1.6rem;fill:rgba(var(--foreground-color), 1)}.contact{position:relative;display:grid;gap:0 1rem;align-items:center;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.contact:not(.chat){grid-template-columns:auto 1fr;grid-template-areas:"dp ."}.contact.chat,.contact.group{grid-template-columns:auto 1fr auto;grid-template-areas:"dp . time" "dp . ."}.contact.admin{grid-template-columns:auto 1fr auto}.contact.selected{background-color:rgba(var(--text-color), 0.06)}.contact .initial{grid-area:dp}.contact .name,.contact .last-message{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:rgba(var(--text-color), 0.8)}.contact .name{width:100%;font-size:1em;font-weight:500;margin-bottom:.3rem}.contact .span-2{display:flex;justify-content:space-between;grid-column:2/4;width:100%;gap:.5rem}.contact .last-message{font-weight:400;font-size:.9em;opacity:.9}.contact .menu{justify-self:flex-end;padding:.2rem;fill:rgba(var(--text-color), 1)}.contact .time{color:rgba(var(--text-color), 0.7);grid-area:time;font-size:.8rem}.selectable-contact,.group-member,.blocked-id,.contact-list__item{gap:1rem;padding:.5rem 0}.selectable-contact{margin:0 -0.3rem;padding:.5rem .3rem;border-radius:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.selectable-contact:not(:last-of-type){margin-bottom:.2rem}.selectable-contact input{margin-left:auto}.group-member{display:flex;align-items:center}.group-member .admin-tag{white-space:nowrap;margin-left:auto;padding:.1rem .6rem;font-size:.8rem;border-radius:3rem;background-color:rgba(var(--text-color), 0.1)}.contact-list__item{display:flex;text-align:left;justify-content:flex-start;width:100%;padding:.5rem}.contact-list__item:focus{background-color:rgba(var(--text-color), 0.03)}#selected_contacts_container{display:flex;overflow:auto hidden}#selected_contacts_container:not(:empty){padding:.5rem 0;margin:.5rem 0;border-bottom:solid thin rgba(var(--text-color), 0.1)}#selected_contacts_container .contact-preview{display:flex;flex-shrink:0;align-items:center;cursor:pointer;margin-right:.3rem;background:rgba(var(--text-color), 0.1);padding-left:.2rem;border-radius:2rem;transform-origin:left;overflow:hidden}#selected_contacts_container .contact-preview .initial{width:1.6rem;height:1.6rem;font-size:.9rem}#selected_contacts_container .contact-preview .name{font-size:.9rem;color:rgba(var(--text-color), 0.8);margin-left:.5rem}#contact_details_popup .popup-section{margin:1.5rem 0}#contact_details_popup h5{font-weight:500;opacity:.8}#contact_details_popup .group-icon{padding:.2rem;height:3rem;width:3rem}#contact_initial{height:4.6rem;width:4.6rem;font-size:2.4rem;border-radius:4rem;margin-top:3rem;margin-bottom:.5rem;background-color:var(--contact-color, --accent-color)}#contact_name{margin:.5rem 0}#contact_name::part(text){font-size:1.2rem;font-weight:500}#warn_no_encryption,.date-card,.group-event-card{padding:.4rem .6rem;font-weight:500;font-size:.8rem;background-color:rgba(var(--text-color), 0.04);border-radius:.3rem;color:rgba(var(--text-color), 0.8);margin:1rem 0;justify-self:center;align-self:center;text-align:center}#warn_no_encryption+#warn_no_encryption,#warn_no_encryption+.date-card,#warn_no_encryption+.group-event-card,.date-card+#warn_no_encryption,.date-card+.date-card,.date-card+.group-event-card,.group-event-card+#warn_no_encryption,.group-event-card+.date-card,.group-event-card+.group-event-card{margin-top:0}.group-event-card{font-size:.8rem;font-weight:400}#warn_no_encryption{background:#fffd8d;color:#111}.contact,.mail-card{padding:.8rem;margin:0 .2rem;border-radius:.5rem}.contact::before,.mail-card::before{content:"";position:absolute;top:0;margin:.5rem;padding:.3rem;background:var(--accent-color);border-radius:100%;border:solid rgba(var(--foreground-color), 1) 1px;transform:scale(0);transition:transform .3s}.contact.unread::before,.mail-card.unread::before{transform:scale(1)}.mail-card.unread .time,.mail-card.unread .date,.contact.unread .time,.contact.unread .date{color:var(--accent-color)}.mail-card.unread h4,.contact.unread h4{color:rgba(var(--text-color), 1)}.mail-card.unread h4,.mail-card.unread h5,.mail-card.unread p,.contact.unread h4,.contact.unread h5,.contact.unread p{font-weight:700}.mail-card{position:relative;display:grid;gap:0 1rem;align-items:center;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;grid-template-columns:auto 1fr auto;grid-template-areas:"dp sender date" "dp subject subject" "dp desc desc"}.mail-card .initial{grid-area:dp;align-self:flex-start;font-size:1rem}.mail-card .sender{width:100%;font-size:.8rem;font-weight:500;color:rgba(var(--text-color), 0.8);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mail-card .subject{grid-area:subject;font-size:1em;margin-top:.3rem;font-weight:500}.mail-card .description{grid-area:desc;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.9em;margin-top:.2rem;color:rgba(var(--text-color), 0.8)}.date{grid-area:date;margin-left:auto;white-space:nowrap;font-size:.8rem;color:rgba(var(--text-color), 0.8)}@-webkit-keyframes slide{from{opacity:0;transform:translateX(-1rem)}to{opacity:1;transform:none}}@keyframes slide{from{opacity:0;transform:translateX(-1rem)}to{opacity:1;transform:none}}#mail_container{width:100%}.mail{position:relative;padding:1.5rem}.mail:not(:first-of-type){margin-top:1.5rem;background-color:rgba(var(--text-color), 0.03);padding-bottom:2rem;margin-inline:1rem;border-radius:.5rem;overflow:hidden}.mail:not(:first-of-type)::before{content:"";position:absolute;left:0;top:0;width:.2rem;height:100%;background:rgba(var(--text-color), 0.2)}.mail .mail-header{align-self:start;margin-bottom:1.5rem;gap:1rem}.mail .initial{background-color:var(--contact-color, --accent-color);margin:0;height:2rem;width:2rem}.mail .sender-name{font-weight:500;margin-bottom:.5rem}.mail .flo-id{font-weight:400;max-width:90%}.mail .mail-subject,.mail .mail-content{overflow-wrap:break-word;word-wrap:break-word}.mail .mail-subject{margin-bottom:.4em}.mail .mail-content{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:60ch;white-space:pre-wrap}.logo-section{display:grid;grid-template-columns:auto 1fr}#main_navbar{display:flex;background:rgba(var(--foreground-color), 1)}#main_navbar.hide-away{position:absolute}#main_navbar ul{display:flex;height:100%;width:100%}#main_navbar ul li{width:100%}.nav-item{position:relative;display:grid;width:100%;align-items:center;justify-items:center;padding:.5rem .4rem;color:var(--text-color);font-size:.8rem;border-radius:.5rem;font-weight:500;aspect-ratio:1/1}.nav-item .icon{grid-area:1/1/2/2;transition:transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.nav-item .filled{opacity:0}.nav-item__title{line-height:1;transition:opacity .2s,transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.nav-item--active{color:var(--accent-color)}.nav-item--active .icon{fill:var(--accent-color);transform:translateY(50%)}.nav-item--active .icon.filled{opacity:1}.nav-item--active .icon:not(.filled){opacity:0}.nav-item--active .nav-item__title{transform:translateY(100%);opacity:0}.nav-item__indicator{position:absolute;bottom:0;width:2rem;height:.3rem;background:var(--accent-color);border-radius:1rem 1rem 0 0;z-index:1}.nav-item:last-of-type{margin-top:auto}.badge{display:flex;align-items:center;justify-content:center;content:attr(data-notifications);position:absolute;top:0;right:0;min-width:2.7ch;font-size:.8rem;padding:.2rem;background:var(--danger-color);color:rgba(var(--background-color), 1);line-height:1;font-weight:700;border-radius:1rem;margin:.3rem}#contacts,#mails,#settings{height:100%;overflow-y:hidden}#contacts .header,#mails .header,#settings .header{padding:1rem;position:relative;gap:.5rem;min-height:4rem}#contacts .header sm-input,#mails .header sm-input,#settings .header sm-input{width:100%}#contacts .header h4,#mails .header h4,#settings .header h4{text-transform:capitalize;font-weight:500}#contacts .header sm-menu,#mails .header sm-menu,#settings .header sm-menu{margin-right:-0.7rem}#auto_complete_contact{position:relative}#mail_contact_list{max-height:40vh;overflow-y:auto;position:absolute;top:100%;background:rgba(var(--foreground-color), 1);z-index:1;border-radius:.4rem;box-shadow:0 .1rem .1rem rgba(0,0,0,.1),0 .2rem .5rem rgba(0,0,0,.16);width:100%}#mail_contact_list .contact{grid-template-columns:auto 1fr;grid-template-areas:"dp ." "dp ."}#mail_contact_list sm-menu{display:none}#contacts{position:relative;overflow-x:hidden;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}#contacts .header{padding:.5rem 1rem}#contacts .scrolling-wrapper{height:100%;flex:1;overflow-y:auto}#contacts .scrolling-wrapper .empty-state{padding:1.5rem;text-align:center}#contacts_container .contact{padding:.5rem 0}#creation_process .group-icon{background-color:var(--accent-color);justify-self:center;height:8rem;width:8rem;margin-bottom:1rem;padding:2rem;border-radius:50%;font-size:4rem}#mails{position:relative;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}#mail_sections{overflow-y:auto}#mail_type_selector{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#mail_type_selector strip-option{--padding: 0.5rem 1.2rem}#mail_type_selector strip-option .badge{margin:0rem}#search_chats{--min-height: 2.5rem}#chat_page,#mail_page,#settings{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}#group_members_list{margin-top:.5rem}#group_members_list .contact{padding:.5rem 0}#chat_view,#mail{background-color:rgba(var(--foreground-color), 0.3)}#chat_view{position:relative;display:flex;flex-direction:column;height:100%;overflow-y:auto}.message{position:relative;display:flex;flex-wrap:wrap;width:auto;font-size:.92rem;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-bottom:.2rem;margin-top:.8rem;padding:.5em .8em;transition:opacity .3s,transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.message .sender-name{font-size:.85rem;font-weight:500;margin-bottom:.3rem}.message .message-body{display:flex;align-items:center;flex-wrap:wrap;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-wrap;line-height:1.5}.message .message-body a{color:inherit}.message .message-body .text-emoji{align-self:center;font-size:1.4em;letter-spacing:0}.message .time{white-space:nowrap;font-size:.8em;opacity:.8;justify-self:flex-end;padding-left:1rem;align-self:flex-end;margin-top:.2rem;margin-left:auto}.sent{margin-left:auto;background:var(--accent-color);border-radius:.3rem 0 .3rem .3rem}.sent>*{color:rgba(var(--background-color), 1)}.sent::after{content:"";position:absolute;left:100%;top:0;width:0;height:0;border-style:solid;border-width:.5em .3em 0 0;border-color:var(--accent-color) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.received{margin-right:auto;border-radius:0 .3rem .3rem .3rem;background-color:rgba(var(--text-color), 0.1)}.received::after{content:"";position:absolute;left:-0.5em;top:0;width:0;height:0;border-style:solid;border-width:0 .5em .5em 0;border-color:rgba(0,0,0,0) rgba(var(--text-color), 0.1) rgba(0,0,0,0) rgba(0,0,0,0)}.sent+.sent,.received+.received{margin-top:0}.sent+.sent::after,.received+.received::after{display:none}.sent+.sent,.received+.received{border-radius:.3rem}.distinct-sender{display:grid;border-radius:0 .3rem .3rem .3rem !important;margin-top:.8rem !important}.distinct-sender::after{display:flex !important;content:"";position:absolute;left:-0.5em;top:0;width:0;height:0;border-style:solid;border-width:0 .5em .5em 0;border-color:rgba(0,0,0,0) rgba(var(--text-color), 0.1) rgba(0,0,0,0) rgba(0,0,0,0)}.unconfirmed{opacity:.7;transform-origin:left;-webkit-animation:pop .3s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:pop .3s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275)}@-webkit-keyframes pop{0%{transform:rotate(5deg) translate(-0.5rem, 1rem)}100%{transform:rotate(0) translate(0, 0)}}@keyframes pop{0%{transform:rotate(5deg) translate(-0.5rem, 1rem)}100%{transform:rotate(0) translate(0, 0)}}.back-button{padding:.5rem;margin-left:-0.8rem}#chat_header{padding:.5rem 1rem;align-content:center;grid-template-columns:minmax(0, 1fr);z-index:1}#chat_header .flex{height:100%}#chat_header .initial{cursor:pointer;height:1.8rem;width:1.8rem;flex-shrink:0;font-size:1rem}#chat_header .group-icon{padding:.1rem}#chat_details_button{position:relative;background-color:rgba(var(--text-color), 0.06);border-radius:2rem;justify-self:center;padding:.3rem}#receiver_name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .15s}#scroll_to_bottom{position:absolute;display:flex;right:0;bottom:3rem;border-radius:4rem;z-index:1;aspect-ratio:1/1;margin:1.5rem;transform:scale(0);transition:transform .2s}#scroll_to_bottom button{border-radius:4rem}#scroll_to_bottom.new-message::after{position:absolute;content:"";top:0;right:0;z-index:2;padding:.5rem;border-radius:50%;background:#00e676}.no-transformations{transform:none !important}#chat_footer .flex{align-items:flex-end;padding:.5rem 1rem .5rem .5rem}#emoji_toggle{align-self:center;padding:.6rem;margin-right:.5rem;width:2.6rem;height:2.6rem;border-radius:2rem;cursor:pointer}#emoji_toggle path{fill:rgba(var(--text-color), 0.5)}#emoji_toggle.active path{fill:var(--accent-color)}#send_message_button{align-self:center;padding:.5rem .8rem;margin-left:.5rem;opacity:.5;font-weight:500}#send_message_button:not(:disabled){opacity:1;color:var(--accent-color)}#type_message{margin:0;--background: rgba(var(--text-color), 0.1)}#messages_container{flex:1;padding:0 1rem}#emoji_picker{--background: rgba(var(--text-color), 0.06);--border-size: 0;--input-border-color: none;--input-padding: 0.4rem 1rem;--outline-color: var(--accent-color);--input-font-color: rgba(var(--text-color), 1);--input-placeholder-color: rgba(var(--text-color), 0.6);--indicator-color: var(--accent-color);--button-hover-background: rgba(var(--text-color), 0.2);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;max-height:40vh}.emoji{font-size:1.6rem;cursor:pointer;padding:.4rem;border-radius:.6rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center}.icon--big{height:8rem;width:8rem;margin-bottom:1.5rem;justify-self:center}#messages_container,#chats_list,#inbox_mail_container,#sent_mail_container,#mail{width:100%;flex-direction:column;height:100%;overflow-y:auto}#chats_list{gap:.2rem;padding-bottom:6rem}.mail-container{height:100%;flex-direction:column;overflow-y:auto}#inbox_mail_container,#sent_mail_container{gap:.2rem;padding-bottom:6rem}.has-bg-image .received,.has-bg-image .group-event-card,.has-bg-image .date-card{background:rgba(var(--foreground-color), 1)}.has-bg-image .received::after{border-color:rgba(0,0,0,0) rgba(var(--foreground-color), 0.6) rgba(0,0,0,0) rgba(0,0,0,0)}.has-bg-image #emoji_picker{--background: rgba(var(--foreground-color), 0.6)}.has-bg-image #emoji_toggle path{fill:rgba(var(--text-color), 0.8)}.has-bg-image sm-textarea{--background: rgba(var(--foreground-color), 0.6)}#mail{align-items:flex-start;padding-bottom:1.5rem}#mail>.flex{padding:0 1.5rem;margin-top:2rem}#mail>.flex sm-button:first-of-type{margin-right:.5rem}.sidebar-item{display:flex;align-items:center;padding:1rem .8rem;text-transform:capitalize;font-weight:500;opacity:.9;color:inherit;margin:0 .2rem;border-radius:.5rem}.sidebar-item:not(:last-of-type){margin-bottom:.2rem}.sidebar-item .icon{margin-right:1em;width:1em}#settings .card{display:flex;flex-direction:column;margin:0 .5rem;width:calc(min(36rem,100%) - 1rem)}#settings #settings_title{text-transform:capitalize}#settings #settings_sidebar{height:100%}#settings #settings_panel{overflow-y:auto;height:100%}#settings .panel{padding-bottom:6rem}#settings #sign_out::part(button){color:var(--error-color)}#settings #bg_preview_container{padding:1rem 0;gap:.5rem;flex-wrap:wrap}#settings .bg-preview{position:relative;display:grid;place-items:center;height:8rem;width:8rem;cursor:pointer;border-radius:1rem;overflow:hidden;background:rgba(var(--text-color), 0.1)}#settings .bg-preview--selected::after{content:"";position:absolute;height:100%;width:100%;border-radius:inherit;box-shadow:0 0 0 .5rem var(--accent-color) inset}#settings .bg-preview input{display:none}#settings .bg-preview__image{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.option{width:100%;justify-content:flex-start;padding:.8rem 0;color:var(--accent-color)}.option .icon{fill:var(--accent-color);margin-right:1rem}.option--danger{color:var(--danger-color)}.option--danger .icon{fill:var(--danger-color)}.multisig-option{position:relative;padding:1rem;border-radius:.5rem}.multisig-option input{margin-right:1rem;height:1rem;width:1rem}.multisig-option .indicator{position:absolute;width:100%;height:100%;left:0;right:0;border-radius:inherit;box-shadow:0 0 0 .1rem rgba(var(--text-color), 0.2) inset;transition:box-shadow .2s}.multisig-option input:checked~.indicator{box-shadow:0 0 0 .2rem var(--accent-color) inset}.multisig-option .wrap-around{font-weight:500}.multisig-option__balance{font-size:.9rem;color:rgba(var(--text-color), 0.8)}.remove-card-wrapper{min-height:2rem}.receiver-card{display:grid;gap:.5rem;padding:.5rem 0;border:none}.receiver-card:not(:last-of-type){border-bottom:solid thin rgba(var(--text-color), 0.3)}@media screen and (max-width: 640px){sm-popup{--border-radius: 1rem 1rem 0 0}#landing{grid-template-areas:"illustration" ".";align-items:flex-start}#landing .title-font{font-size:2rem;font-weight:500}#landing sm-button{width:100%;display:flex;width:100% !important}#landing_illustration{grid-area:illustration}.frame form,#sign_in form{height:100%}.frame .h2,#sign_in .h2{margin-top:3rem}.frame sm-button[variant=primary],#sign_in sm-button[variant=primary]{margin-top:auto}.fab{bottom:4rem}.inner-page{margin-bottom:5rem}#main_navbar{position:fixed;bottom:0;left:0;right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:.5rem auto;border-radius:1rem;justify-content:center;background-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);background-color:rgba(var(--foreground-color), 0.9)}#main_navbar ul{background-color:rgba(var(--text-color), 0.05);border-radius:inherit;box-shadow:0 1rem 1.5rem rgba(0,0,0,.16)}#main_navbar.hide-away{bottom:0;left:0;right:0}#main_navbar .nav-item{height:3.8rem;width:4.5rem}#chats_list,#contact_container{gap:.2rem}#chat_view .message{width:auto;max-width:90%}#chat_header{grid-template-columns:auto minmax(0, 1fr)}#chat_header #chat_details_button{max-width:calc(100% - 2rem);margin-left:-1.7rem}#settings{overflow-x:hidden}#settings #settings_header{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:1rem 1.5rem;margin-bottom:.5rem;background:linear-gradient(rgba(var(--background-color), 0.8), rgba(var(--background-color), 0));-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);align-items:flex-start}.hide-on-mobile{display:none !important}}@media screen and (min-width: 40rem){.hide-on-desktop{display:none !important}.page{padding-bottom:0}.card{padding:1.5rem}.card button,.card .button{align-self:flex-start}.popup__header{grid-column:1/-1;padding:1rem 1.5rem 0 1.5rem}.logo-section{padding:2rem 3rem 0 3rem;margin:.5rem 0}sm-popup{--width: 24rem;--min-width: 24rem;--border-radius: 0.5rem}#landing{align-items:center;gap:4vw;grid-template-columns:1fr 1fr;padding:0 4vw}#sign_in{width:24rem}#main_page{grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-template-rows:1fr;grid-template-areas:"nav .";overflow:hidden;box-shadow:0 .1rem .2rem rgba(0,0,0,.05),0 1rem 3rem rgba(0,0,0,.2)}#main_navbar{grid-area:nav;border-top:none;flex-direction:column;border-right:solid thin rgba(var(--text-color), 0.1);background-color:rgba(var(--foreground-color), 0.3)}#main_navbar ul{flex-direction:column;gap:.5rem}#main_navbar ul li:last-of-type{margin-top:auto}.nav-item__indicator{width:.25rem;height:50%;left:0;border-radius:0 1rem 1rem 0;bottom:auto}#add_contact_popup{--min-width: 24rem}#compose_mail_popup,#reply_mail_popup{--min-width: 36rem}#chat_details_button{background-color:rgba(0,0,0,0)}#pseudo_background{position:absolute;width:100%;height:100%;background-color:rgba(var(--text-color), 0.06);border-radius:inherit}#emoji_picker{max-height:18rem}#chat_view .message{width:auto;align-self:flex-start;max-width:55ch}#chat_page,#mail_page{display:grid;grid-template-columns:19rem 1fr}#chat_page>:first-child,#mail_page>:first-child{border-right:solid thin rgba(var(--text-color), 0.1)}#settings{display:grid;grid-template-columns:14rem 1fr}#settings>:first-child{border-right:solid thin rgba(var(--text-color), 0.1)}#settings .active{background:rgba(var(--text-color), 0.1)}#settings .panel{padding:1.5rem}.contact.active,.mail-card.active{background:rgba(var(--text-color), 0.06)}#contact_details_popup.is-group{--width: 52rem}#contact_details_popup.is-group #contact_details_section{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}#contact_details_popup.is-group #contact_details_section>:first-child{padding-right:1.5rem;border-right:thin solid rgba(var(--text-color), 0.3)}}@media only screen and (max-width: 1280px){.hide-on-medium{display:none !important}}@media only screen and (min-width: 1080px){#chat_view #messages_container{padding:1rem 4rem;padding-top:0}#chat_page,#mail_page{grid-template-columns:21rem 1fr}}@media only screen and (min-width: 1280px){#landing{gap:4vw;padding:0 8vw}#landing .title-font{font-size:3rem}#emoji_picker{--num-columns: 16}.contact.active,.mail-card.active{background:rgba(var(--text-color), 0.06)}}@media(hover: hover){::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background:rgba(var(--text-color), 0.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color), 0.5)}.interactive:hover{background-color:rgba(var(--text-color), 0.06)}.emoji:hover{cursor:pointer;background:rgba(var(--text-color), 0.06)}.contact .menu{opacity:0;transition:opacity .3s}.contact:hover .menu{opacity:1}}@media(hover: none){.contact-preview,.contact{-webkit-tap-highlight-color:rgba(0,0,0,0)}.contact .menu{display:none}}@supports(overflow: overlay){body{overflow:overlay}}.hidden{display:none !important} \ No newline at end of file diff --git a/css/main.scss b/css/main.scss index 356f7f7..8867d49 100644 --- a/css/main.scss +++ b/css/main.scss @@ -1,1998 +1,2015 @@ * { - padding: 0; - margin: 0; - box-sizing: border-box; - font-family: "Roboto", sans-serif; + padding: 0; + margin: 0; + box-sizing: border-box; + font-family: "Roboto", sans-serif; } :root { - font-size: clamp(1rem, 1.2vmax, 1.2rem); + font-size: clamp(1rem, 1.2vmax, 1.2rem); } html, body { - height: 100%; + height: 100%; } body { - --accent-color: #3d5afe; - --secondary-color: #ffac2e; - --text-color: 20, 20, 20; - --foreground-color: 252, 253, 255; - --background-color: 241, 243, 248; - --danger-color: rgb(255, 75, 75); - --green: #1cad59; - --yellow: rgb(220, 165, 0); - // Accent colors - --dark-red: #d40e1e; - --red: #f50000; - --kinda-pink: #e40273; - --purple: #462191; - --shady-blue: #324de6; - --nice-blue: #256eff; - --maybe-cyan: #00b0ff; - --teal: #00bcd4; - --mint-green: #16c79a; - --yellowish-green: #66bb6a; - --greenish-yellow: #8bc34a; - --dark-teal: #11698e; - --tangerine: #ff6f00; - --orange: #ff9100; - --redish-orange: #ff3d00; - color: rgba(var(--text-color), 1); - background: rgba(var(--background-color), 1); - overflow-y: hidden; + --accent-color: #3d5afe; + --secondary-color: #ffac2e; + --text-color: 20, 20, 20; + --foreground-color: 252, 253, 255; + --background-color: 241, 243, 248; + --danger-color: rgb(255, 75, 75); + --green: #1cad59; + --yellow: rgb(220, 165, 0); + // Accent colors + --dark-red: #d40e1e; + --red: #f50000; + --kinda-pink: #e40273; + --purple: #462191; + --shady-blue: #324de6; + --nice-blue: #256eff; + --maybe-cyan: #00b0ff; + --teal: #00bcd4; + --mint-green: #16c79a; + --yellowish-green: #66bb6a; + --greenish-yellow: #8bc34a; + --dark-teal: #11698e; + --tangerine: #ff6f00; + --orange: #ff9100; + --redish-orange: #ff3d00; + color: rgba(var(--text-color), 1); + background-color: rgba(var(--background-color), 1); + overflow-y: hidden; - #scroll_to_bottom { - background: rgba(var(--foreground-color), 1); - box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.2); - } + #scroll_to_bottom { + background: rgba(var(--foreground-color), 1); + box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.2); + } } body[data-theme="dark"] { - --accent-color: #6d83ff; - --secondary-color: #d60739; - --text-color: 220, 220, 220; - --foreground-color: 27, 28, 29; - --background-color: 21, 22, 22; - --danger-color: rgb(255, 106, 106); - --green: #00e676; - --yellow: rgb(255, 213, 5); - // Accent colors - --dark-red: #ff5e7e; - --red: #ff6098; - --kinda-pink: #c44ae6; - --purple: #9565f7; - --shady-blue: #8295fb; - --nice-blue: #86afff; - --maybe-cyan: #66cfff; - --teal: #6aeeff; - --mint-green: #4dffd2; - --yellowish-green: #9effa2; - --greenish-yellow: #c7fc8b; - --dark-teal: #51cbff; - --tangerine: #ffac6d; - --orange: #ffbe68; - --redish-orange: #ff8560; + --accent-color: #6d83ff; + --secondary-color: #d60739; + --text-color: 220, 220, 220; + --foreground-color: 27, 28, 29; + --background-color: 21, 22, 22; + --danger-color: rgb(255, 106, 106); + --green: #00e676; + --yellow: rgb(255, 213, 5); + // Accent colors + --dark-red: #ff5e7e; + --red: #ff6098; + --kinda-pink: #c44ae6; + --purple: #9565f7; + --shady-blue: #8295fb; + --nice-blue: #86afff; + --maybe-cyan: #66cfff; + --teal: #6aeeff; + --mint-green: #4dffd2; + --yellowish-green: #9effa2; + --greenish-yellow: #c7fc8b; + --dark-teal: #51cbff; + --tangerine: #ffac6d; + --orange: #ffbe68; + --redish-orange: #ff8560; - .initial { - box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.16); - } + .initial { + box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.16); + } - .message { - color: rgba(var(--text-color), 1); - } + .message { + color: rgba(var(--text-color), 1); + } - #scroll_to_bottom { - background: linear-gradient(rgba(var(--text-color), 0.1), - rgba(var(--text-color), 0.1)), - rgba(var(--foreground-color), 1); - box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.3); - } + #scroll_to_bottom { + background: linear-gradient( + rgba(var(--text-color), 0.1), + rgba(var(--text-color), 0.1) + ), + rgba(var(--foreground-color), 1); + box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.3); + } } p, strong { - font-size: 0.9rem; - max-width: 65ch; - line-height: 1.7; - color: rgba(var(--text-color), 0.9); + font-size: 0.9rem; + max-width: 65ch; + line-height: 1.7; + color: rgba(var(--text-color), 0.9); } .info { - line-height: normal; - padding: 1rem; - border-radius: 0.5rem; - font-weight: 500; - color: rgba(0, 0, 0, 0.7); - &--warning{ - background-color: khaki; - } - &--error{ - background-color: var(--danger-color); - } + line-height: normal; + padding: 1rem; + border-radius: 0.5rem; + font-weight: 500; + color: rgba(0, 0, 0, 0.7); + &--warning { + background-color: khaki; + } + &--error { + background-color: var(--danger-color); + } } a { - text-decoration: none; - color: var(--accent-color); + text-decoration: none; + color: var(--accent-color); - &:focus-visible { - box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset; - } + &:focus-visible { + box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset; + } } a.button { - padding: 0.4rem 0.6rem; - border-radius: 0.3rem; - font-size: 0.9rem; - font-weight: 500; - color: inherit; + padding: 0.4rem 0.6rem; + border-radius: 0.3rem; + font-size: 0.9rem; + font-weight: 500; + color: inherit; } button, .button { - user-select: none; - position: relative; - display: inline-flex; - border: none; - background-color: transparent; - overflow: hidden; - color: inherit; - -webkit-tap-highlight-color: transparent; - align-items: center; - font-size: 0.9rem; - font-weight: 500; - white-space: nowrap; - padding: 0.8rem; - border-radius: 0.3rem; - justify-content: center; + user-select: none; + position: relative; + display: inline-flex; + border: none; + background-color: transparent; + overflow: hidden; + color: inherit; + -webkit-tap-highlight-color: transparent; + align-items: center; + font-size: 0.9rem; + font-weight: 500; + white-space: nowrap; + padding: 0.8rem; + border-radius: 0.3rem; + justify-content: center; - &:focus-visible { - outline: var(--accent-color) solid medium; - } + &:focus-visible { + outline: var(--accent-color) solid medium; + } - &:not(:disabled) { - cursor: pointer; - } + &:not(:disabled) { + cursor: pointer; + } } .button { - background-color: rgba(var(--text-color), 0.1); + background-color: rgba(var(--text-color), 0.1); - &--primary, - &--danger { - color: rgba(var(--background-color), 1) !important; + &--primary, + &--danger { + color: rgba(var(--background-color), 1) !important; - .icon { - fill: rgba(var(--background-color), 1); - } + .icon { + fill: rgba(var(--background-color), 1); } + } - &--primary { - background-color: var(--accent-color); - } + &--primary { + background-color: var(--accent-color); + } - &--danger { - background-color: var(--danger-color); - } + &--danger { + background-color: var(--danger-color); + } - &--small { - padding: 0.4rem 0.6rem; - } + &--small { + padding: 0.4rem 0.6rem; + } - &--outlined { - border: solid rgba(var(--text-color), 0.5) 0.1rem; - background-color: rgba(var(--foreground-color), 1); - } + &--outlined { + border: solid rgba(var(--text-color), 0.5) 0.1rem; + background-color: rgba(var(--foreground-color), 1); + } } .cta { - text-transform: uppercase; - font-size: 0.8rem; - font-weight: 700; - letter-spacing: 0.05em; - padding: 0.8rem 1rem; + text-transform: uppercase; + font-size: 0.8rem; + font-weight: 700; + letter-spacing: 0.05em; + padding: 0.8rem 1rem; } .icon { - width: 1.2rem; - height: 1.2rem; - fill: rgba(var(--text-color), 0.8); - flex-shrink: 0; + width: 1.2rem; + height: 1.2rem; + fill: rgba(var(--text-color), 0.8); + flex-shrink: 0; } .icon-only { - padding: 0.5rem; - border-radius: 0.3rem; - aspect-ratio: 1/1; - background-color: transparent; + padding: 0.5rem; + border-radius: 0.3rem; + aspect-ratio: 1/1; + background-color: transparent; } button:disabled { - opacity: 0.5; + opacity: 0.5; } a:any-link:focus-visible { - outline: rgba(var(--text-color), 1) 0.1rem solid; + outline: rgba(var(--text-color), 1) 0.1rem solid; } details summary { - display: flex; - user-select: none; - cursor: pointer; - align-items: center; - justify-content: space-between; - color: var(--accent-color); + display: flex; + user-select: none; + cursor: pointer; + align-items: center; + justify-content: space-between; + color: var(--accent-color); } details[open] { - & summary { - margin-bottom: 1rem; - } + & summary { + margin-bottom: 1rem; + } - &>summary .down-arrow { - transform: rotate(180deg); - } + & > summary .down-arrow { + transform: rotate(180deg); + } } fieldset { - border: none; + border: none; } input { - accent-color: var(--accent-color); + accent-color: var(--accent-color); - &[type="range"] { - &:active { - cursor: grab; - } + &[type="range"] { + &:active { + cursor: grab; } + } } sm-copy { - font-size: 0.9rem; + font-size: 0.9rem; } sm-input, sm-textarea { - font-size: 0.9rem; - --border-radius: 0.5rem; - --background-color: rgba(var(--foreground-color), 1); + font-size: 0.9rem; + --border-radius: 0.5rem; + --background-color: rgba(var(--foreground-color), 1); - button { - .icon { - fill: var(--accent-color); - } + button { + .icon { + fill: var(--accent-color); } + } } sm-textarea { - --max-height: 32ch; + --max-height: 32ch; } sm-button { - --padding: 0.8rem; + --padding: 0.8rem; - &[variant="primary"] { - .icon { - fill: rgba(var(--background-color), 1); - } + &[variant="primary"] { + .icon { + fill: rgba(var(--background-color), 1); } + } - &[disabled] { - .icon { - fill: rgba(var(--text-color), 0.6); - } + &[disabled] { + .icon { + fill: rgba(var(--text-color), 0.6); } + } - &.danger { - --background: var(--danger-color); - color: rgba(var(--background-color), 1); - } + &.danger { + --background: var(--danger-color); + color: rgba(var(--background-color), 1); + } } sm-spinner { - --size: 1rem; - --stroke-width: 0.1rem; + --size: 1rem; + --stroke-width: 0.1rem; } sm-form { - --gap: 1rem; + --gap: 1rem; } sm-select { - --padding: 0.8rem; - font-size: 0.9rem; + --padding: 0.8rem; + font-size: 0.9rem; } sm-option { - font-size: 0.9rem; + font-size: 0.9rem; } strip-select { - --gap: 0; - background-color: rgba(var(--text-color), 0.06); - border-radius: 0.3rem; - padding: 0.3rem; + --gap: 0; + background-color: rgba(var(--text-color), 0.06); + border-radius: 0.3rem; + padding: 0.3rem; } strip-option { - position: relative; - font-size: 0.8rem; - --border-radius: 0.2rem; - user-select: none; + position: relative; + font-size: 0.8rem; + --border-radius: 0.2rem; + user-select: none; } ul, ol { - list-style: none; + list-style: none; } ol { - counter-reset: item; + counter-reset: item; - li { - position: relative; - display: flex; - align-items: flex-start; - counter-increment: item; + li { + position: relative; + display: flex; + align-items: flex-start; + counter-increment: item; - &:not(:last-of-type) { - padding-bottom: 1.5rem; + &:not(:last-of-type) { + padding-bottom: 1.5rem; - &::after { - content: ""; - position: absolute; - width: 0.1rem; - height: calc(100% - 2.2rem); - background: var(--accent-color); - margin-left: 0.7rem; - margin-top: 2rem; - } - } + &::after { + content: ""; + position: absolute; + width: 0.1rem; + height: calc(100% - 2.2rem); + background: var(--accent-color); + margin-left: 0.7rem; + margin-top: 2rem; + } } + } - li::before { - content: counter(item); - display: flex; - align-items: center; - justify-content: center; - text-align: center; - font-size: 0.8rem; - font-weight: 500; - margin-top: 0.15rem; - margin-right: 1rem; - line-height: 1; - width: 1.5rem; - height: 1.5rem; - border-radius: 100%; - flex-shrink: 0; - color: rgba(var(--text-color), 0.8); - background: rgba(var(--text-color), 0.1); - } + li::before { + content: counter(item); + display: flex; + align-items: center; + justify-content: center; + text-align: center; + font-size: 0.8rem; + font-weight: 500; + margin-top: 0.15rem; + margin-right: 1rem; + line-height: 1; + width: 1.5rem; + height: 1.5rem; + border-radius: 100%; + flex-shrink: 0; + color: rgba(var(--text-color), 0.8); + background: rgba(var(--text-color), 0.1); + } } .overflow-ellipsis { - width: 100%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .wrap-around { - overflow-wrap: break-word; - word-wrap: break-word; - word-break: break-word; - hyphens: auto; + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; + hyphens: auto; } .full-bleed { - grid-column: 1/-1; + grid-column: 1/-1; } .uppercase { - text-transform: uppercase; + text-transform: uppercase; } .capitalize { - text-transform: capitalize; + text-transform: capitalize; } .sticky { - position: sticky; + position: sticky; } .top-0 { - top: 0; + top: 0; } .flex { - display: flex; + display: flex; } .flex-wrap { - flex-wrap: wrap; + flex-wrap: wrap; } .flex-1 { - flex: 1; + flex: 1; } .grid { - display: grid; + display: grid; } .flow-column { - grid-auto-flow: column; + grid-auto-flow: column; } .gap-0-3 { - gap: 0.3rem; + gap: 0.3rem; } .gap-0-5 { - gap: 0.5rem; + gap: 0.5rem; } .gap-1 { - gap: 1rem; + gap: 1rem; } .gap-1-5 { - gap: 1.5rem; + gap: 1.5rem; } .gap-2 { - gap: 2rem; + gap: 2rem; } .gap-3 { - gap: 3rem; + gap: 3rem; } .text-align-right { - text-align: right; + text-align: right; } .align-start { - align-content: flex-start; + align-content: flex-start; } .align-center { - align-items: center; + align-items: center; } .align-end { - align-items: flex-end; + align-items: flex-end; } .text-center { - text-align: center; + text-align: center; } .justify-start { - justify-items: start; + justify-items: start; } .justify-center { - justify-content: center; + justify-content: center; } .justify-right { - margin-left: auto; + margin-left: auto; } .align-self-center { - align-self: center; + align-self: center; } .align-self-end { - align-self: end; + align-self: end; } .justify-self-center { - justify-self: center; + justify-self: center; } .justify-self-start { - justify-self: start; + justify-self: start; } .justify-self-end { - justify-self: end; + justify-self: end; } .flex-direction-column { - flex-direction: column; + flex-direction: column; } .space-between { - justify-content: space-between; + justify-content: space-between; } .w-100 { - width: 100%; + width: 100%; } .h-100 { - height: 100%; + height: 100%; } .label { - font-size: 0.8rem; - color: rgba(var(--text-color), 0.8); - font-weight: 500; - margin-bottom: 0.2rem; + font-size: 0.8rem; + color: rgba(var(--text-color), 0.8); + font-weight: 500; + margin-bottom: 0.2rem; } .button--primary, .button--danger { - .ripple { - background: radial-gradient(circle, - rgba(var(--background-color), 0.3) 0%, - rgba(0, 0, 0, 0) 50%); - } + .ripple { + background: radial-gradient( + circle, + rgba(var(--background-color), 0.3) 0%, + rgba(0, 0, 0, 0) 50% + ); + } } .ripple { - height: 8rem; - width: 8rem; - position: absolute; - border-radius: 50%; - transform: scale(0); - background: radial-gradient(circle, - rgba(var(--text-color), 0.3) 0%, - rgba(0, 0, 0, 0) 50%); - pointer-events: none; + height: 8rem; + width: 8rem; + position: absolute; + border-radius: 50%; + transform: scale(0); + background: radial-gradient( + circle, + rgba(var(--text-color), 0.3) 0%, + rgba(0, 0, 0, 0) 50% + ); + pointer-events: none; } .interactive { - position: relative; - overflow: hidden; - cursor: pointer; - -webkit-tap-highlight-color: transparent; + position: relative; + overflow: hidden; + cursor: pointer; + -webkit-tap-highlight-color: transparent; } .empty-state { - display: grid; - width: 100%; - padding: 1.5rem 0; + display: grid; + width: 100%; + padding: 1.5rem 0; } .observe-empty-state:empty { - display: none !important; + display: none !important; } -.observe-empty-state:not(:empty)+.empty-state { - display: none !important; +.observe-empty-state:not(:empty) + .empty-state { + display: none !important; } .bullet-point { - display: flex; - align-items: center; - justify-content: center; - margin: 0 0.8ch; + display: flex; + align-items: center; + justify-content: center; + margin: 0 0.8ch; - &::after { - content: ""; - height: 0.4ch; - width: 0.4ch; - border-radius: 0.5em; - background-color: var(--accent-color); - } + &::after { + content: ""; + height: 0.4ch; + width: 0.4ch; + border-radius: 0.5em; + background-color: var(--accent-color); + } } +.margin-right-0-3 { + margin-right: 0.3rem; +} .margin-right-0-5 { - margin-right: 0.5rem; + margin-right: 0.5rem; } .margin-left-0-5 { - margin-left: 0.5rem; + margin-left: 0.5rem; } .margin-left-auto { - margin-left: auto; + margin-left: auto; } .margin-bottom-0-5 { - margin-bottom: 0.5rem; + margin-bottom: 0.5rem; } .margin-block-1 { - margin-block: 1rem; + margin-block: 1rem; } .margin-block-1-5 { - margin-block: 1.5rem; + margin-block: 1.5rem; } .margin-inline-1 { - margin-inline: 1rem; + margin-inline: 1rem; } .margin-inline-1-5 { - margin-inline: 1.5rem; + margin-inline: 1.5rem; } .icon-button { - padding: 0.6rem; - border-radius: 0.8rem; - background-color: rgba(var(--text-color), 0.1); - height: max-content; + padding: 0.6rem; + border-radius: 0.8rem; + background-color: rgba(var(--text-color), 0.1); + height: max-content; - .icon { - fill: var(--accent-color); - } + .icon { + fill: var(--accent-color); + } } .fab { - position: absolute; - right: 0; - bottom: 0; - margin: 1.5rem; - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); - z-index: 2; - border-radius: 0.5rem; - padding: 0.8rem 1rem; + position: absolute; + right: 0; + bottom: 0; + margin: 1.5rem; + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); + z-index: 2; + border-radius: 0.5rem; + padding: 0.8rem 1rem; - .icon { - margin-right: 0.5rem; - } + .icon { + margin-right: 0.5rem; + } } .multi-state-button { - display: grid; - text-align: center; - align-items: center; + display: grid; + text-align: center; + align-items: center; - &>* { - grid-area: 1/1/2/2; - } + & > * { + grid-area: 1/1/2/2; + } - button { - z-index: 1; - } + button { + z-index: 1; + } } .page { - height: 100%; + height: 100%; - &__header { - display: flex; - justify-content: space-between; - margin-bottom: 1.5rem; - min-height: 8rem; + &__header { + display: flex; + justify-content: space-between; + margin-bottom: 1.5rem; + min-height: 8rem; - .grid { - margin-top: auto; - } - - h1 { - margin-top: auto; - font-size: 2rem; - } + .grid { + margin-top: auto; } + + h1 { + margin-top: auto; + font-size: 2rem; + } + } +} +.card { + background-color: rgba(var(--text-color), 0.06); + border-radius: 0.5rem; + padding: 1rem; } .page-layout { - display: grid; - gap: 1.5rem 0; - grid-template-columns: 1.5rem minmax(0, 1fr) 1.5rem; - align-content: flex-start; + display: grid; + gap: 1.5rem 0; + grid-template-columns: 1.5rem minmax(0, 1fr) 1.5rem; + align-content: flex-start; - &>* { - grid-column: 2/3; - } + & > * { + grid-column: 2/3; + } } #confirmation_popup, #prompt_popup { - flex-direction: column; + flex-direction: column; - h4 { - margin-bottom: 0.5rem; - } - - sm-button { - margin: 0; - } - - .flex { - padding: 0; - margin-top: 1rem; - - sm-button:first-of-type { - margin-right: 0.6rem; - margin-left: auto; - } + h4 { + margin-bottom: 0.5rem; + } + + sm-button { + margin: 0; + } + + .flex { + padding: 0; + margin-top: 1rem; + + sm-button:first-of-type { + margin-right: 0.6rem; + margin-left: auto; } + } } #prompt_message { - margin-bottom: 1.5rem; + margin-bottom: 1.5rem; } .popup__header { - display: grid; - gap: 0.5rem; - width: 100%; - padding: 0 1.5rem; - align-items: center; + display: grid; + gap: 0.5rem; + width: 100%; + padding: 0 1.5rem; + align-items: center; } .popup__header__close { - padding: 0.5rem; - margin-left: -0.5rem; + padding: 0.5rem; + margin-left: -0.5rem; } .flo-icon { - margin-right: 0.3rem; - height: 1.5rem; - width: 1.5rem; + margin-right: 0.3rem; + height: 1.5rem; + width: 1.5rem; } #secondary_pages { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; + width: 100%; + + header { + padding: 1.5rem; + } + + .inner-page { width: 100%; - - header { - padding: 1.5rem; - } - - .inner-page { - width: 100%; - height: 100%; - } + height: 100%; + } } .inner-page { - background-color: rgba(var(--foreground-color), 0.5); + background-color: rgba(var(--foreground-color), 0.5); } #sign_in, #sign_up { - justify-items: center; - align-content: center; + justify-items: center; + align-content: center; - section { - margin-top: -8rem; - width: min(24rem, 100%); - } + section { + margin-top: -8rem; + width: min(24rem, 100%); + } - sm-form { - margin: 2rem 0; - } + sm-form { + margin: 2rem 0; + } } #sign_up { - .h2 { - margin-bottom: 0.5rem; - } + .h2 { + margin-bottom: 0.5rem; + } - .card { - margin: 1.5rem 0; - } + .card { + margin: 1.5rem 0; + } - h5 { - color: rgba(var(--text-color), 0.8); - } + h5 { + color: rgba(var(--text-color), 0.8); + } } #flo_id_warning { - padding-bottom: 1.5rem; - border-bottom: thin solid rgba(var(--text-color), 0.3); + padding-bottom: 1.5rem; + border-bottom: thin solid rgba(var(--text-color), 0.3); - .icon { - height: 4rem; - width: 4rem; - padding: 1rem; - background-color: #ffc107; - border-radius: 3rem; - fill: rgba(0, 0, 0, 0.8); - margin-bottom: 1.5rem; - } + .icon { + height: 4rem; + width: 4rem; + padding: 1rem; + background-color: #ffc107; + border-radius: 3rem; + fill: rgba(0, 0, 0, 0.8); + margin-bottom: 1.5rem; + } } .tip { - font-size: 0.9rem; - color: rgba(var(--text-color), 0.8); + font-size: 0.9rem; + color: rgba(var(--text-color), 0.8); } sm-button[variant="primary"] { - --foreground-color: 255, 255, 255; + --foreground-color: 255, 255, 255; } .danger { - color: var(--error-color); + color: var(--error-color); } .logo-section { - display: flex; - position: relative; - align-items: center; - height: max-content; - margin: 0.5rem 0; + display: flex; + position: relative; + align-items: center; + height: max-content; + margin: 0.5rem 0; - h5 { - font-size: 1.1rem !important; - font-weight: 500; - } + h5 { + font-size: 1.1rem !important; + font-weight: 500; + } - .main-logo { - height: 1.4rem; - margin-right: 0.4rem; - fill: rgba(var(--text-color), 1); - stroke: none; - } + .main-logo { + height: 1.4rem; + margin-right: 0.4rem; + fill: rgba(var(--text-color), 1); + stroke: none; + } - img { - width: 2rem; - margin-right: 0.5rem; - } + img { + width: 2rem; + margin-right: 0.5rem; + } } .select-file { - input[type="file"] { - display: none; - } + input[type="file"] { + display: none; + } } #landing { + display: grid; + border-radius: 0.6rem; + width: 100%; + height: 100%; + padding: 0 1.5rem; + align-items: center; + + .logo-section { + padding: 1.5rem; + display: flex; + } + + .title-font { + line-height: 1.2; + font-weight: 700; + font-size: 2.5rem; + } + + .left { display: grid; - border-radius: 0.6rem; - width: 100%; - height: 100%; - padding: 0 1.5rem; - align-items: center; + flex-direction: column; + padding-bottom: 1.5rem; + z-index: 1; - .logo-section { - padding: 1.5rem; - display: flex; + h4 { + color: var(--accent-color); + margin-bottom: 0.5rem; + font-weight: 500; } - .title-font { - line-height: 1.2; - font-weight: 700; - font-size: 2.5rem; + h3 { + margin-bottom: 1rem; + font-weight: 500; } - .left { - display: grid; - flex-direction: column; - padding-bottom: 1.5rem; - z-index: 1; - - h4 { - color: var(--accent-color); - margin-bottom: 0.5rem; - font-weight: 500; - } - - h3 { - margin-bottom: 1rem; - font-weight: 500; - } - - p { - font-size: 1.1rem; - color: rgba(var(--text-color), 0.8); - } - - .button { - padding: 0.8rem 1.5rem; - } - - .flex { - .button:first-of-type { - margin-right: 0.5rem; - } - } + p { + font-size: 1.1rem; + color: rgba(var(--text-color), 0.8); } + + .button { + padding: 0.8rem 1.5rem; + } + + .flex { + .button:first-of-type { + margin-right: 0.5rem; + } + } + } } .logo-section { - padding: 1.5rem; + padding: 1.5rem; } #landing_illustration { - position: relative; - width: 100%; + position: relative; + width: 100%; } @keyframes slide-down { - from { - transform: translateY(-1rem); - } + from { + transform: translateY(-1rem); + } - to { - transform: none; - } + to { + transform: none; + } } #loading { - height: 100%; - display: grid; - place-content: center; - justify-items: center; + height: 100%; + display: grid; + place-content: center; + justify-items: center; } .page__loader { - z-index: 1; - transform-origin: bottom; - height: 6rem; - width: 6rem; - animation: bounce 0.5s infinite alternate ease-in; + z-index: 1; + transform-origin: bottom; + height: 6rem; + width: 6rem; + animation: bounce 0.5s infinite alternate ease-in; } .shadow { - margin-top: -1rem; - width: 5rem; - height: 2rem; - background: rgba(var(--text-color), 0.1); - border-radius: 50%; - animation: scale 0.5s infinite alternate ease-in; - margin-left: 1rem; + margin-top: -1rem; + width: 5rem; + height: 2rem; + background: rgba(var(--text-color), 0.1); + border-radius: 50%; + animation: scale 0.5s infinite alternate ease-in; + margin-left: 1rem; } .page__tag-line { - margin-top: 2rem; + margin-top: 2rem; } @keyframes bounce { - 0% { - transform: scaleY(1) translateY(-4rem); - } + 0% { + transform: scaleY(1) translateY(-4rem); + } - 90% { - transform: scaleY(1) translateY(0); - } + 90% { + transform: scaleY(1) translateY(0); + } - 100% { - transform: scaleY(0.8); - } + 100% { + transform: scaleY(0.8); + } } @keyframes scale { - 0% { - transform: scale(0.5); - } + 0% { + transform: scale(0.5); + } - 90% { - transform: scale(1.05); - } + 90% { + transform: scale(1.05); + } - 100% { - transform: scale(1); - } + 100% { + transform: scale(1); + } } #background_overlay, #background_image { - position: fixed; - height: 100%; - width: 100%; + position: fixed; + height: 100%; + width: 100%; } #background_overlay { - background-color: red; - z-index: -1; - background-color: rgba(var(--foreground-color), var(--opacity, 0.6)); - transition: background-color 0.3s; + background-color: red; + z-index: -1; + background-color: rgba(var(--foreground-color), var(--opacity, 0.6)); + transition: background-color 0.3s; } #background_image { - z-index: -2; - object-fit: cover; - filter: blur(var(--blur, 1rem)); - transform: scale(calc(1 + (var(--scale, 1.1) / 10))); + z-index: -2; + object-fit: cover; + filter: blur(var(--blur, 1rem)); + transform: scale(calc(1 + (var(--scale, 1.1) / 10))); - &[src=""], - &:not([src]) { - display: none; - } + &[src=""], + &:not([src]) { + display: none; + } } #main_page { - display: grid; - grid-template-columns: minmax(0, 1fr); - grid-template-rows: 1fr auto; + display: grid; + grid-template-columns: minmax(0, 1fr); + grid-template-rows: 1fr auto; } .initial { - position: relative; - justify-content: center; - font-size: 1.1rem; - font-weight: 700; - width: 2.4rem; - height: 2.4rem; - aspect-ratio: 1/1; - color: rgba(var(--foreground-color), 1); - box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.06); - border-radius: 2rem; - text-transform: uppercase; - user-select: none; - overflow: hidden; - background-color: var(--contact-color, --accent-color); - flex-shrink: 0; + position: relative; + justify-content: center; + font-size: 1.1rem; + font-weight: 700; + width: 2.4rem; + height: 2.4rem; + aspect-ratio: 1/1; + color: rgba(var(--foreground-color), 1); + box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.06); + border-radius: 2rem; + text-transform: uppercase; + user-select: none; + overflow: hidden; + background-color: var(--contact-color, --accent-color); + flex-shrink: 0; + transition: background-color 0.3s; - &::after { - content: ""; - position: absolute; - background-color: rgba(255 255 255/ 0.2); - width: 100%; - height: 200%; - margin-left: 50%; - margin-top: 50%; - transform: rotate(45deg); - transform-origin: left center; - } + &::after { + content: ""; + position: absolute; + background-color: rgba(255 255 255/ 0.2); + width: 100%; + height: 200%; + margin-left: 50%; + margin-top: 50%; + transform: rotate(45deg); + transform-origin: left center; + } } .group-icon { - height: 1.6rem; - width: 1.6rem; - fill: rgba(var(--foreground-color), 1); + height: 1.6rem; + width: 1.6rem; + fill: rgba(var(--foreground-color), 1); } .contact { - position: relative; - display: grid; - gap: 0 1rem; - align-items: center; - flex-shrink: 0; - user-select: none; + position: relative; + display: grid; + gap: 0 1rem; + align-items: center; + flex-shrink: 0; + user-select: none; + overflow: hidden; + + &:not(.chat) { + grid-template-columns: auto 1fr; + grid-template-areas: "dp ."; + } + + &.chat, + &.group { + grid-template-columns: auto 1fr auto; + grid-template-areas: + "dp . time" + "dp . ."; + } + + &.admin { + grid-template-columns: auto 1fr auto; + } + + &.selected { + background-color: rgba(var(--text-color), 0.06); + } + + .initial { + grid-area: dp; + } + + .name, + .last-message { + text-overflow: ellipsis; + white-space: nowrap; overflow: hidden; + color: rgba(var(--text-color), 0.8); + } - &:not(.chat) { - grid-template-columns: auto 1fr; - grid-template-areas: "dp ."; - } + .name { + width: 100%; + font-size: 1em; + font-weight: 500; + margin-bottom: 0.3rem; + } - &.chat, - &.group { - grid-template-columns: auto 1fr auto; - grid-template-areas: - "dp . time" - "dp . ."; - } + .span-2 { + display: flex; + justify-content: space-between; + grid-column: 2/4; + width: 100%; + gap: 0.5rem; + } - &.admin { - grid-template-columns: auto 1fr auto; - } + .last-message { + font-weight: 400; + font-size: 0.9em; + opacity: 0.9; + } - &.selected { - background-color: rgba(var(--text-color), 0.06); - } + .menu { + justify-self: flex-end; + padding: 0.2rem; + fill: rgba(var(--text-color), 1); + } - .initial { - grid-area: dp; - } - - .name, - .last-message { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - color: rgba(var(--text-color), 0.8); - } - - .name { - width: 100%; - font-size: 1em; - font-weight: 500; - margin-bottom: 0.3rem; - } - - .span-2 { - display: flex; - justify-content: space-between; - grid-column: 2/4; - width: 100%; - gap: 0.5rem; - } - - .last-message { - font-weight: 400; - font-size: 0.9em; - opacity: 0.9; - } - - .menu { - justify-self: flex-end; - padding: 0.2rem; - fill: rgba(var(--text-color), 1); - } - - .time { - color: rgba(var(--text-color), 0.7); - grid-area: time; - font-size: 0.8rem; - } + .time { + color: rgba(var(--text-color), 0.7); + grid-area: time; + font-size: 0.8rem; + } } .selectable-contact, .group-member, .blocked-id, .contact-list__item { - gap: 1rem; - padding: 0.5rem 0; + gap: 1rem; + padding: 0.5rem 0; } .selectable-contact { - margin: 0 -0.3rem; - padding: 0.5rem 0.3rem; - border-radius: 0.5rem; - user-select: none; - &:not(:last-of-type){ - margin-bottom: 0.2rem; - } - input { - margin-left: auto; - } + margin: 0 -0.3rem; + padding: 0.5rem 0.3rem; + border-radius: 0.5rem; + user-select: none; + &:not(:last-of-type) { + margin-bottom: 0.2rem; + } + input { + margin-left: auto; + } } .group-member { - display: flex; - align-items: center; + display: flex; + align-items: center; - .admin-tag { - white-space: nowrap; - margin-left: auto; - padding: 0.1rem 0.6rem; - font-size: 0.8rem; - border-radius: 3rem; - background-color: rgba(var(--text-color), 0.1); - } + .admin-tag { + white-space: nowrap; + margin-left: auto; + padding: 0.1rem 0.6rem; + font-size: 0.8rem; + border-radius: 3rem; + background-color: rgba(var(--text-color), 0.1); + } } .contact-list__item { - display: flex; - text-align: left; - justify-content: flex-start; - width: 100%; - padding: 0.5rem; + display: flex; + text-align: left; + justify-content: flex-start; + width: 100%; + padding: 0.5rem; - &:focus { - background-color: rgba(var(--text-color), 0.03); - } + &:focus { + background-color: rgba(var(--text-color), 0.03); + } } #selected_contacts_container { + display: flex; + overflow: auto hidden; + + &:not(:empty) { + padding: 0.5rem 0; + margin: 0.5rem 0; + border-bottom: solid thin rgba(var(--text-color), 0.1); + } + + .contact-preview { display: flex; - overflow: auto hidden; + flex-shrink: 0; + align-items: center; + cursor: pointer; + margin-right: 0.3rem; + background: rgba(var(--text-color), 0.1); + padding-left: 0.2rem; + border-radius: 2rem; + transform-origin: left; + overflow: hidden; - &:not(:empty) { - padding: 0.5rem 0; - margin: 0.5rem 0; - border-bottom: solid thin rgba(var(--text-color), 0.1); + .initial { + width: 1.6rem; + height: 1.6rem; + font-size: 0.9rem; } - .contact-preview { - display: flex; - flex-shrink: 0; - align-items: center; - cursor: pointer; - margin-right: 0.3rem; - background: rgba(var(--text-color), 0.1); - padding-left: 0.2rem; - border-radius: 2rem; - transform-origin: left; - overflow: hidden; - - .initial { - width: 1.6rem; - height: 1.6rem; - font-size: 0.9rem; - } - - .name { - font-size: 0.9rem; - color: rgba(var(--text-color), 0.8); - margin-left: 0.5rem; - } + .name { + font-size: 0.9rem; + color: rgba(var(--text-color), 0.8); + margin-left: 0.5rem; } + } } #contact_details_popup { - .popup-section { - margin: 1.5rem 0; - } + .popup-section { + margin: 1.5rem 0; + } - h5 { - font-weight: 500; - opacity: 0.8; - } + h5 { + font-weight: 500; + opacity: 0.8; + } - .group-icon { - padding: 0.2rem; - height: 3rem; - width: 3rem; - } + .group-icon { + padding: 0.2rem; + height: 3rem; + width: 3rem; + } } #contact_initial { - height: 4.6rem; - width: 4.6rem; - font-size: 2.4rem; - border-radius: 4rem; - margin-top: 3rem; - margin-bottom: 0.5rem; - background-color: var(--contact-color, --accent-color); + height: 4.6rem; + width: 4.6rem; + font-size: 2.4rem; + border-radius: 4rem; + margin-top: 3rem; + margin-bottom: 0.5rem; + background-color: var(--contact-color, --accent-color); } #contact_name { - margin: 0.5rem 0; + margin: 0.5rem 0; - &::part(text) { - font-size: 1.2rem; - font-weight: 500; - } + &::part(text) { + font-size: 1.2rem; + font-weight: 500; + } } #warn_no_encryption, .date-card, .group-event-card { - padding: 0.4rem 0.6rem; - font-weight: 500; - font-size: 0.8rem; - background-color: rgba(var(--text-color), 0.04); - border-radius: 0.3rem; - color: rgba(var(--text-color), 0.8); - margin: 1rem 0; - justify-self: center; - align-self: center; - text-align: center; + padding: 0.4rem 0.6rem; + font-weight: 500; + font-size: 0.8rem; + background-color: rgba(var(--text-color), 0.04); + border-radius: 0.3rem; + color: rgba(var(--text-color), 0.8); + margin: 1rem 0; + justify-self: center; + align-self: center; + text-align: center; - &+& { - margin-top: 0; - } + & + & { + margin-top: 0; + } } .group-event-card { - font-size: 0.8rem; - font-weight: 400; + font-size: 0.8rem; + font-weight: 400; } #warn_no_encryption { - background: rgb(255, 253, 141); - color: #111; + background: rgb(255, 253, 141); + color: #111; } .contact, .mail-card { - padding: 0.8rem; - margin: 0 0.2rem; - border-radius: 0.5rem; + padding: 0.8rem; + margin: 0 0.2rem; + border-radius: 0.5rem; } .contact::before, .mail-card::before { - content: ""; - position: absolute; - top: 0; - margin: 0.5rem; - padding: 0.3rem; - background: var(--accent-color); - border-radius: 100%; - border: solid rgba(var(--foreground-color), 1) 1px; - transform: scale(0); - transition: transform 0.3s; + content: ""; + position: absolute; + top: 0; + margin: 0.5rem; + padding: 0.3rem; + background: var(--accent-color); + border-radius: 100%; + border: solid rgba(var(--foreground-color), 1) 1px; + transform: scale(0); + transition: transform 0.3s; } .contact.unread::before, .mail-card.unread::before { - transform: scale(1); + transform: scale(1); } .mail-card.unread, .contact.unread { + .time, + .date { + color: var(--accent-color); + } - .time, - .date { - color: var(--accent-color); - } + h4 { + color: rgba(var(--text-color), 1); + } - h4 { - color: rgba(var(--text-color), 1); - } - - h4, - h5, - p { - font-weight: 700; - } + h4, + h5, + p { + font-weight: 700; + } } .mail-card { - position: relative; - display: grid; - gap: 0 1rem; - align-items: center; - flex-shrink: 0; - user-select: none; - grid-template-columns: auto 1fr auto; - grid-template-areas: - "dp sender date" - "dp subject subject" - "dp desc desc"; + position: relative; + display: grid; + gap: 0 1rem; + align-items: center; + flex-shrink: 0; + user-select: none; + grid-template-columns: auto 1fr auto; + grid-template-areas: + "dp sender date" + "dp subject subject" + "dp desc desc"; - .initial { - grid-area: dp; - align-self: flex-start; - font-size: 1rem; - } + .initial { + grid-area: dp; + align-self: flex-start; + font-size: 1rem; + } - .sender { - width: 100%; - font-size: 0.8rem; - font-weight: 500; - color: rgba(var(--text-color), 0.8); - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - } + .sender { + width: 100%; + font-size: 0.8rem; + font-weight: 500; + color: rgba(var(--text-color), 0.8); + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } - .subject { - grid-area: subject; - font-size: 1em; - margin-top: 0.3rem; - font-weight: 500; - } + .subject { + grid-area: subject; + font-size: 1em; + margin-top: 0.3rem; + font-weight: 500; + } - .description { - grid-area: desc; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - overflow: hidden; - font-size: 0.9em; - margin-top: 0.2rem; - color: rgba(var(--text-color), 0.8); - } + .description { + grid-area: desc; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + font-size: 0.9em; + margin-top: 0.2rem; + color: rgba(var(--text-color), 0.8); + } } .date { - grid-area: date; - margin-left: auto; - white-space: nowrap; - font-size: 0.8rem; - color: rgba(var(--text-color), 0.8); + grid-area: date; + margin-left: auto; + white-space: nowrap; + font-size: 0.8rem; + color: rgba(var(--text-color), 0.8); } @keyframes slide { - from { - opacity: 0; - transform: translateX(-1rem); - } + from { + opacity: 0; + transform: translateX(-1rem); + } - to { - opacity: 1; - transform: none; - } + to { + opacity: 1; + transform: none; + } } #mail_container { - width: 100%; + width: 100%; } .mail { - position: relative; - padding: 1.5rem; + position: relative; + padding: 1.5rem; - &:not(:first-of-type) { - margin-top: 1.5rem; - background-color: rgba(var(--text-color), 0.03); - padding-bottom: 2rem; - margin-inline: 1rem; - border-radius: 0.5rem; - overflow: hidden; - } + &:not(:first-of-type) { + margin-top: 1.5rem; + background-color: rgba(var(--text-color), 0.03); + padding-bottom: 2rem; + margin-inline: 1rem; + border-radius: 0.5rem; + overflow: hidden; + } - &:not(:first-of-type)::before { - content: ""; - position: absolute; - left: 0; - top: 0; - width: 0.2rem; - height: 100%; - background: rgba(var(--text-color), 0.2); - } + &:not(:first-of-type)::before { + content: ""; + position: absolute; + left: 0; + top: 0; + width: 0.2rem; + height: 100%; + background: rgba(var(--text-color), 0.2); + } - .mail-header { - align-self: start; - margin-bottom: 1.5rem; - gap: 1rem; - } + .mail-header { + align-self: start; + margin-bottom: 1.5rem; + gap: 1rem; + } - .initial { - background-color: var(--contact-color, --accent-color); - margin: 0; - height: 2rem; - width: 2rem; - } + .initial { + background-color: var(--contact-color, --accent-color); + margin: 0; + height: 2rem; + width: 2rem; + } - .sender-name { - font-weight: 500; - margin-bottom: 0.5rem; - } + .sender-name { + font-weight: 500; + margin-bottom: 0.5rem; + } - .flo-id { - font-weight: 400; - max-width: 90%; - } + .flo-id { + font-weight: 400; + max-width: 90%; + } - .mail-subject, - .mail-content { - overflow-wrap: break-word; - word-wrap: break-word; - } + .mail-subject, + .mail-content { + overflow-wrap: break-word; + word-wrap: break-word; + } - .mail-subject { - margin-bottom: 0.4em; - } + .mail-subject { + margin-bottom: 0.4em; + } - .mail-content { - height: max-content; - max-width: 60ch; - white-space: pre-wrap; - } + .mail-content { + height: max-content; + max-width: 60ch; + white-space: pre-wrap; + } } .logo-section { - display: grid; - grid-template-columns: auto 1fr; + display: grid; + grid-template-columns: auto 1fr; } #main_navbar { + display: flex; + background: rgba(var(--foreground-color), 1); + + &.hide-away { + position: absolute; + } + + ul { display: flex; - background: rgba(var(--foreground-color), 1); + height: 100%; + width: 100%; - &.hide-away { - position: absolute; - } - - ul { - display: flex; - height: 100%; - width: 100%; - - li { - width: 100%; - } + li { + width: 100%; } + } } .nav-item { - position: relative; - display: grid; - width: 100%; - align-items: center; - justify-items: center; - padding: 0.5rem 0.4rem; - color: var(--text-color); - font-size: 0.8rem; - border-radius: 0.5rem; - font-weight: 500; - aspect-ratio: 1/1; + position: relative; + display: grid; + width: 100%; + align-items: center; + justify-items: center; + padding: 0.5rem 0.4rem; + color: var(--text-color); + font-size: 0.8rem; + border-radius: 0.5rem; + font-weight: 500; + aspect-ratio: 1/1; + + .icon { + grid-area: 1/1/2/2; + transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); + } + + .filled { + opacity: 0; + } + + &__title { + line-height: 1; + transition: opacity 0.2s, + transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); + } + + &--active { + color: var(--accent-color); .icon { - grid-area: 1/1/2/2; - transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); - } + fill: var(--accent-color); + transform: translateY(50%); - .filled { + &.filled { + opacity: 1; + } + + &:not(.filled) { opacity: 0; + } } - &__title { - line-height: 1; - transition: opacity 0.2s, - transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); + .nav-item__title { + transform: translateY(100%); + opacity: 0; } + } - &--active { - color: var(--accent-color); + &__indicator { + position: absolute; + bottom: 0; + width: 2rem; + height: 0.3rem; + background: var(--accent-color); + border-radius: 1rem 1rem 0 0; + z-index: 1; + } - .icon { - fill: var(--accent-color); - transform: translateY(50%); - - &.filled { - opacity: 1; - } - - &:not(.filled) { - opacity: 0; - } - } - - .nav-item__title { - transform: translateY(100%); - opacity: 0; - } - } - - &__indicator { - position: absolute; - bottom: 0; - width: 2rem; - height: 0.3rem; - background: var(--accent-color); - border-radius: 1rem 1rem 0 0; - z-index: 1; - } - - &:last-of-type { - margin-top: auto; - } + &:last-of-type { + margin-top: auto; + } } .badge { - display: flex; - align-items: center; - justify-content: center; - content: attr(data-notifications); - position: absolute; - top: 0; - right: 0; - min-width: 2.7ch; - font-size: 0.8rem; - padding: 0.2rem; - background: var(--danger-color); - color: rgba(var(--background-color), 1); - line-height: 1; - font-weight: 700; - border-radius: 1rem; - margin: 0.3rem; + display: flex; + align-items: center; + justify-content: center; + content: attr(data-notifications); + position: absolute; + top: 0; + right: 0; + min-width: 2.7ch; + font-size: 0.8rem; + padding: 0.2rem; + background: var(--danger-color); + color: rgba(var(--background-color), 1); + line-height: 1; + font-weight: 700; + border-radius: 1rem; + margin: 0.3rem; } #contacts, #mails, #settings { - height: 100%; - overflow-y: hidden; + height: 100%; + overflow-y: hidden; - .header { - padding: 1rem; - position: relative; - gap: 0.5rem; - min-height: 4rem; - - sm-input { - width: 100%; - } - - h4 { - text-transform: capitalize; - font-weight: 500; - } - - sm-menu { - margin-right: -0.7rem; - } - } -} - -#auto_complete_contact { + .header { + padding: 1rem; position: relative; -} + gap: 0.5rem; + min-height: 4rem; -#mail_contact_list { - max-height: 40vh; - overflow-y: auto; - position: absolute; - top: 100%; - background: rgba(var(--foreground-color), 1); - z-index: 1; - border-radius: 0.4rem; - box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1), - 0 0.2rem 0.5rem rgba(0, 0, 0, 0.16); - width: 100%; + sm-input { + width: 100%; + } - .contact { - grid-template-columns: auto 1fr; - grid-template-areas: "dp .""dp ."; + h4 { + text-transform: capitalize; + font-weight: 500; } sm-menu { - display: none; + margin-right: -0.7rem; } + } +} + +#auto_complete_contact { + position: relative; +} + +#mail_contact_list { + max-height: 40vh; + overflow-y: auto; + position: absolute; + top: 100%; + background: rgba(var(--foreground-color), 1); + z-index: 1; + border-radius: 0.4rem; + box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1), + 0 0.2rem 0.5rem rgba(0, 0, 0, 0.16); + width: 100%; + + .contact { + grid-template-columns: auto 1fr; + grid-template-areas: "dp ." "dp ."; + } + + sm-menu { + display: none; + } } #contacts { - position: relative; - overflow-x: hidden; - grid-template-rows: max-content max-content 1fr; + position: relative; + overflow-x: hidden; + grid-template-rows: max-content max-content 1fr; - .header { - padding: 0.5rem 1rem; - } - - .scrolling-wrapper { - height: 100%; - flex: 1; - overflow-y: auto; - - .empty-state { - padding: 1.5rem; - text-align: center; - } + .header { + padding: 0.5rem 1rem; + } + + .scrolling-wrapper { + height: 100%; + flex: 1; + overflow-y: auto; + + .empty-state { + padding: 1.5rem; + text-align: center; } + } } #contacts_container { - .contact { - padding: 0.5rem 0; - } + .contact { + padding: 0.5rem 0; + } } #creation_process { - .group-icon { - background-color: var(--accent-color); - justify-self: center; - height: 8rem; - width: 8rem; - margin-bottom: 1rem; - padding: 2rem; - border-radius: 50%; - font-size: 4rem; - } + .group-icon { + background-color: var(--accent-color); + justify-self: center; + height: 8rem; + width: 8rem; + margin-bottom: 1rem; + padding: 2rem; + border-radius: 50%; + font-size: 4rem; + } } #mails { - position: relative; - grid-template-rows: max-content 1fr; + position: relative; + grid-template-rows: max-content 1fr; } #mail_sections { - overflow-y: auto; + overflow-y: auto; } #mail_type_selector { - width: fit-content; + width: fit-content; - strip-option { - --padding: 0.5rem 1.2rem; + strip-option { + --padding: 0.5rem 1.2rem; - .badge { - margin: 0rem; - } + .badge { + margin: 0rem; } + } } #search_chats { - --min-height: 2.5rem; + --min-height: 2.5rem; } #chat_page, #mail_page, #settings { - display: flex; - flex-direction: column; - width: 100%; - height: 100%; - overflow: hidden; + display: flex; + flex-direction: column; + width: 100%; + height: 100%; + overflow: hidden; } #group_members_list { - margin-top: 0.5rem; + margin-top: 0.5rem; - .contact { - padding: 0.5rem 0; - } + .contact { + padding: 0.5rem 0; + } } #chat_view, #mail { - background-color: rgba(var(--foreground-color), 0.3); + background-color: rgba(var(--foreground-color), 0.3); } #chat_view { - position: relative; - display: flex; - flex-direction: column; - height: 100%; - overflow-y: auto; + position: relative; + display: flex; + flex-direction: column; + height: 100%; + overflow-y: auto; } .message { - position: relative; + position: relative; + display: flex; + flex-wrap: wrap; + width: auto; + font-size: 0.92rem; + max-width: max-content; + margin-bottom: 0.2rem; + margin-top: 0.8rem; + padding: 0.5em 0.8em; + transition: opacity 0.3s, + transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); + + .sender-name { + font-size: 0.85rem; + font-weight: 500; + margin-bottom: 0.3rem; + } + + .message-body { display: flex; + align-items: center; flex-wrap: wrap; - width: auto; - font-size: 0.92rem; - max-width: max-content; - margin-bottom: 0.2rem; - margin-top: 0.8rem; - padding: 0.5em 0.8em; - transition: opacity 0.3s, - transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-all; + word-break: break-word; + -moz-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; + white-space: pre-wrap; + line-height: 1.5; - .sender-name { - font-size: 0.85rem; - font-weight: 500; - margin-bottom: 0.3rem; + a { + color: inherit; } - .message-body { - display: flex; - align-items: center; - flex-wrap: wrap; - overflow-wrap: break-word; - word-wrap: break-word; - word-break: break-all; - word-break: break-word; - -moz-hyphens: auto; - -webkit-hyphens: auto; - hyphens: auto; - white-space: pre-wrap; - line-height: 1.5; - - a { - color: inherit; - } - - .text-emoji { - align-self: center; - font-size: 1.4em; - letter-spacing: 0; - } + .text-emoji { + align-self: center; + font-size: 1.4em; + letter-spacing: 0; } + } - .time { - white-space: nowrap; - font-size: 0.8em; - opacity: 0.8; - justify-self: flex-end; - padding-left: 1rem; - align-self: flex-end; - margin-top: 0.2rem; - margin-left: auto; - } + .time { + white-space: nowrap; + font-size: 0.8em; + opacity: 0.8; + justify-self: flex-end; + padding-left: 1rem; + align-self: flex-end; + margin-top: 0.2rem; + margin-left: auto; + } } .sent { - margin-left: auto; - background: var(--accent-color); - border-radius: 0.3rem 0 0.3rem 0.3rem; + margin-left: auto; + background: var(--accent-color); + border-radius: 0.3rem 0 0.3rem 0.3rem; - &>* { - color: rgba(var(--background-color), 1); - } + & > * { + color: rgba(var(--background-color), 1); + } - &::after { - content: ""; - position: absolute; - left: 100%; - top: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0.5em 0.3em 0 0; - border-color: var(--accent-color) transparent transparent transparent; - } + &::after { + content: ""; + position: absolute; + left: 100%; + top: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0.5em 0.3em 0 0; + border-color: var(--accent-color) transparent transparent transparent; + } } .received { - margin-right: auto; - border-radius: 0 0.3rem 0.3rem 0.3rem; - background-color: rgba(var(--text-color), 0.1); - &::after { - content: ""; - position: absolute; - left: -0.5em; - top: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0.5em 0.5em 0; - border-color: transparent rgba(var(--text-color), 0.1) transparent transparent; - } + margin-right: auto; + border-radius: 0 0.3rem 0.3rem 0.3rem; + background-color: rgba(var(--text-color), 0.1); + &::after { + content: ""; + position: absolute; + left: -0.5em; + top: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0.5em 0.5em 0; + border-color: transparent rgba(var(--text-color), 0.1) transparent + transparent; + } } -.sent+.sent, -.received+.received { - margin-top: 0; +.sent + .sent, +.received + .received { + margin-top: 0; } -.sent+.sent::after, -.received+.received::after { - display: none; +.sent + .sent::after, +.received + .received::after { + display: none; } -.sent+.sent, -.received+.received { - border-radius: 0.3rem; +.sent + .sent, +.received + .received { + border-radius: 0.3rem; } .distinct-sender { - display: grid; - border-radius: 0 0.3rem 0.3rem 0.3rem !important; - margin-top: 0.8rem !important; + display: grid; + border-radius: 0 0.3rem 0.3rem 0.3rem !important; + margin-top: 0.8rem !important; - &::after { - display: flex !important; - content: ""; - position: absolute; - left: -0.5em; - top: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0.5em 0.5em 0; - border-color: transparent rgba(var(--text-color), 0.1) transparent transparent; - } + &::after { + display: flex !important; + content: ""; + position: absolute; + left: -0.5em; + top: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0.5em 0.5em 0; + border-color: transparent rgba(var(--text-color), 0.1) transparent + transparent; + } } .unconfirmed { - opacity: 0.7; - transform-origin: left; - animation: pop 0.3s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275); + opacity: 0.7; + transform-origin: left; + animation: pop 0.3s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275); } @keyframes pop { - 0% { - transform: rotate(5deg) translate(-0.5rem, 1rem); - } + 0% { + transform: rotate(5deg) translate(-0.5rem, 1rem); + } - 100% { - transform: rotate(0) translate(0, 0); - } + 100% { + transform: rotate(0) translate(0, 0); + } } .back-button { - padding: 0.5rem; - margin-left: -0.5rem; + padding: 0.5rem; + margin-left: -0.8rem; } #chat_header { - padding: 0.5rem 1rem; - align-content: center; - grid-template-columns: minmax(0, 1fr); - z-index: 1; + padding: 0.5rem 1rem; + align-content: center; + grid-template-columns: minmax(0, 1fr); + z-index: 1; - .flex { - height: 100%; - } + .flex { + height: 100%; + } - #chat_details_button { - background-color: rgba(var(--text-color), 0.06); - border-radius: 2rem; - justify-self: center; - padding: 0.3rem; - } + .initial { + cursor: pointer; + height: 1.8rem; + width: 1.8rem; + flex-shrink: 0; + font-size: 1rem; + } - .initial { - cursor: pointer; - height: 1.8rem; - width: 1.8rem; - flex-shrink: 0; - font-size: 1rem; - } + .group-icon { + padding: 0.1rem; + } +} - #receiver_name { - font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - - .group-icon { - padding: 0.1rem; - } +#chat_details_button { + position: relative; + background-color: rgba(var(--text-color), 0.06); + border-radius: 2rem; + justify-self: center; + padding: 0.3rem; +} +#receiver_name { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + transition: opacity 0.15s; } #scroll_to_bottom { - position: absolute; - display: flex; - right: 0; - bottom: 3rem; + position: absolute; + display: flex; + right: 0; + bottom: 3rem; + border-radius: 4rem; + z-index: 1; + aspect-ratio: 1/1; + margin: 1.5rem; + transform: scale(0); + transition: transform 0.2s; + + button { border-radius: 4rem; - z-index: 1; - aspect-ratio: 1/1; - margin: 1.5rem; - transform: scale(0); - transition: transform 0.2s; + } - button { - border-radius: 4rem; - } - - &.new-message::after { - position: absolute; - content: ""; - top: 0; - right: 0; - z-index: 2; - padding: 0.5rem; - border-radius: 50%; - background: #00e676; - } + &.new-message::after { + position: absolute; + content: ""; + top: 0; + right: 0; + z-index: 2; + padding: 0.5rem; + border-radius: 50%; + background: #00e676; + } } .no-transformations { - transform: none !important; + transform: none !important; } #chat_footer { - .flex { - align-items: flex-end; - padding: 0.5rem 1rem 0.5rem 0.5rem; - } + .flex { + align-items: flex-end; + padding: 0.5rem 1rem 0.5rem 0.5rem; + } } #emoji_toggle { - align-self: center; - padding: 0.6rem; - margin-right: 0.5rem; - width: 2.6rem; - height: 2.6rem; - border-radius: 2rem; - cursor: pointer; + align-self: center; + padding: 0.6rem; + margin-right: 0.5rem; + width: 2.6rem; + height: 2.6rem; + border-radius: 2rem; + cursor: pointer; - path { - fill: rgba(var(--text-color), 0.5); - } + path { + fill: rgba(var(--text-color), 0.5); + } - &.active path { - fill: var(--accent-color); - } + &.active path { + fill: var(--accent-color); + } } #send_message_button { - align-self: center; - padding: 0.5rem 0.8rem; - margin-left: 0.5rem; - opacity: 0.5; - font-weight: 500; + align-self: center; + padding: 0.5rem 0.8rem; + margin-left: 0.5rem; + opacity: 0.5; + font-weight: 500; - &:not(:disabled) { - opacity: 1; - color: var(--accent-color); - } + &:not(:disabled) { + opacity: 1; + color: var(--accent-color); + } } #type_message { - margin: 0; - --background: rgba(var(--text-color), 0.1); + margin: 0; + --background: rgba(var(--text-color), 0.1); } #messages_container { - flex: 1; - padding: 0 1rem; + flex: 1; + padding: 0 1rem; } #emoji_picker { - --background: rgba(var(--text-color), 0.06); - --border-size: 0; - --input-border-color: none; - --input-padding: 0.4rem 1rem; - --outline-color: var(--accent-color); - --input-font-color: rgba(var(--text-color), 1); - --input-placeholder-color: rgba(var(--text-color), 0.6); - --indicator-color: var(--accent-color); - --button-hover-background: rgba(var(--text-color), 0.2); - user-select: none; - width: 100%; - max-height: 40vh; + --background: rgba(var(--text-color), 0.06); + --border-size: 0; + --input-border-color: none; + --input-padding: 0.4rem 1rem; + --outline-color: var(--accent-color); + --input-font-color: rgba(var(--text-color), 1); + --input-placeholder-color: rgba(var(--text-color), 0.6); + --indicator-color: var(--accent-color); + --button-hover-background: rgba(var(--text-color), 0.2); + user-select: none; + width: 100%; + max-height: 40vh; } .emoji { - font-size: 1.6rem; - cursor: pointer; - padding: 0.4rem; - border-radius: 0.6rem; - user-select: none; - text-align: center; + font-size: 1.6rem; + cursor: pointer; + padding: 0.4rem; + border-radius: 0.6rem; + user-select: none; + text-align: center; } .icon--big { - height: 8rem; - width: 8rem; - margin-bottom: 1.5rem; - justify-self: center; + height: 8rem; + width: 8rem; + margin-bottom: 1.5rem; + justify-self: center; } #messages_container, @@ -2000,577 +2017,590 @@ sm-button[variant="primary"] { #inbox_mail_container, #sent_mail_container, #mail { - width: 100%; - flex-direction: column; - height: 100%; - overflow-y: auto; + width: 100%; + flex-direction: column; + height: 100%; + overflow-y: auto; } #chats_list { - gap: 0.2rem; - padding-bottom: 6rem; + gap: 0.2rem; + padding-bottom: 6rem; } .mail-container { - height: 100%; - flex-direction: column; - overflow-y: auto; + height: 100%; + flex-direction: column; + overflow-y: auto; } #inbox_mail_container, #sent_mail_container { - gap: 0.2rem; - padding-bottom: 6rem; + gap: 0.2rem; + padding-bottom: 6rem; } .has-bg-image { + .received, + .group-event-card, + .date-card { + background: rgba(var(--foreground-color), 1); + } - .received, - .group-event-card, - .date-card { - background: rgba(var(--foreground-color), 1); - } + .received::after { + border-color: transparent rgba(var(--foreground-color), 0.6) transparent + transparent; + } - .received::after { - border-color: transparent rgba(var(--foreground-color), 0.6) transparent transparent; - } + #emoji_picker { + --background: rgba(var(--foreground-color), 0.6); + } - #emoji_picker { - --background: rgba(var(--foreground-color), 0.6); + #emoji_toggle { + path { + fill: rgba(var(--text-color), 0.8); } + } - #emoji_toggle { - path { - fill: rgba(var(--text-color), 0.8); - } - } - - sm-textarea { - --background: rgba(var(--foreground-color), 0.6); - } + sm-textarea { + --background: rgba(var(--foreground-color), 0.6); + } } #mail { - align-items: flex-start; - padding-bottom: 1.5rem; + align-items: flex-start; + padding-bottom: 1.5rem; - &>.flex { - padding: 0 1.5rem; - margin-top: 2rem; + & > .flex { + padding: 0 1.5rem; + margin-top: 2rem; - sm-button:first-of-type { - margin-right: 0.5rem; - } + sm-button:first-of-type { + margin-right: 0.5rem; } + } } -#compose_mail_popup {} - .sidebar-item { - display: flex; - align-items: center; - padding: 1rem 1.5rem; - text-transform: capitalize; - font-weight: 500; - opacity: 0.9; - color: inherit; - - .icon { - margin-right: 1em; - width: 1em; - } + display: flex; + align-items: center; + padding: 1rem 0.8rem; + text-transform: capitalize; + font-weight: 500; + opacity: 0.9; + color: inherit; + margin: 0 0.2rem; + border-radius: 0.5rem; + &:not(:last-of-type) { + margin-bottom: 0.2rem; + } + .icon { + margin-right: 1em; + width: 1em; + } } #settings { - #settings_sidebar header { - padding: 1rem 1.5rem; + .card { + display: flex; + flex-direction: column; + margin: 0 0.5rem; + width: calc(min(36rem, 100%) - 1rem); + } + #settings_title { + text-transform: capitalize; + } + + #settings_sidebar { + height: 100%; + } + + #settings_panel { + overflow-y: auto; + height: 100%; + } + .panel { + padding-bottom: 6rem; + } + #sign_out::part(button) { + color: var(--error-color); + } + #bg_preview_container { + padding: 1rem 0; + gap: 0.5rem; + flex-wrap: wrap; + } + + .bg-preview { + position: relative; + display: grid; + place-items: center; + height: 8rem; + width: 8rem; + cursor: pointer; + border-radius: 1rem; + overflow: hidden; + background: rgba(var(--text-color), 0.1); + + &--selected::after { + content: ""; + position: absolute; + height: 100%; + width: 100%; + border-radius: inherit; + box-shadow: 0 0 0 0.5rem var(--accent-color) inset; } - .flex sm-button { - margin: 0; - margin-left: 1rem; + input { + display: none; } + } - sm-switch { - padding: 1rem 1.5rem; - display: flex; - margin-bottom: 1rem; - width: min(60ch, 100%); - - .flex { - margin-right: 1rem; - } - - h4 { - margin-bottom: 0.5rem; - } - } - - sm-button { - width: 100%; - } - - #settings_title { - text-transform: capitalize; - } - - #settings_sidebar { - height: 100%; - } - - #settings_panel { - overflow-y: auto; - height: 100%; - } - - section { - display: flex; - flex-direction: column; - gap: 0.5rem; - padding: 1rem 1.5rem; - width: min(60ch, 100%); - - .button { - align-self: flex-start; - } - } - - #sign_out::part(button) { - color: var(--error-color); - } - - color-grid { - margin: 0.5rem 0 1.5rem 0; - width: min(60ch, 100%); - } - - #chat_preview { - margin-top: 1rem; - padding: 1rem; - border-radius: 0.5rem; - background-color: rgba(var(--text-color), 0.06); - } - - #bg_preview_container { - padding: 1rem 0; - gap: 0.5rem; - flex-wrap: wrap; - } - - .bg-preview { - position: relative; - display: grid; - place-items: center; - height: 8rem; - width: 8rem; - cursor: pointer; - border-radius: 1rem; - overflow: hidden; - background: rgba(var(--text-color), 0.1); - - &--selected::after { - content: ""; - position: absolute; - height: 100%; - width: 100%; - border-radius: inherit; - box-shadow: 0 0 0 0.5rem var(--accent-color) inset; - } - - input { - display: none; - } - } - - .bg-preview__image { - object-fit: cover; - height: 100%; - width: 100%; - } + .bg-preview__image { + object-fit: cover; + height: 100%; + width: 100%; + } } .option { - width: 100%; - justify-content: flex-start; - padding: 0.8rem 0; - color: var(--accent-color); + width: 100%; + justify-content: flex-start; + padding: 0.8rem 0; + color: var(--accent-color); + + .icon { + fill: var(--accent-color); + margin-right: 1rem; + } + + &--danger { + color: var(--danger-color); .icon { - fill: var(--accent-color); - margin-right: 1rem; + fill: var(--danger-color); } + } +} - &--danger { - color: var(--danger-color); - - .icon { - fill: var(--danger-color); - } - } +.multisig-option { + position: relative; + padding: 1rem; + border-radius: 0.5rem; + input { + margin-right: 1rem; + height: 1rem; + width: 1rem; + } + .indicator { + position: absolute; + width: 100%; + height: 100%; + left: 0; + right: 0; + border-radius: inherit; + box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 0.2) inset; + transition: box-shadow 0.2s; + } + input:checked ~ .indicator { + box-shadow: 0 0 0 0.2rem var(--accent-color) inset; + } + .wrap-around { + font-weight: 500; + } + &__balance { + font-size: 0.9rem; + color: rgba(var(--text-color), 0.8); + } +} +.remove-card-wrapper { + min-height: 2rem; +} +.receiver-card { + display: grid; + gap: 0.5rem; + padding: 0.5rem 0; + border: none; + &:not(:last-of-type) { + border-bottom: solid thin rgba(var(--text-color), 0.3); + } } @media screen and (max-width: 640px) { - sm-popup { - --border-radius: 1rem 1rem 0 0; + sm-popup { + --border-radius: 1rem 1rem 0 0; + } + + #landing { + grid-template-areas: "illustration" "."; + align-items: flex-start; + + .title-font { + font-size: 2rem; + font-weight: 500; } - #landing { - grid-template-areas: "illustration""."; - align-items: flex-start; + sm-button { + width: 100%; + display: flex; + width: 100% !important; + } + } - .title-font { - font-size: 2rem; - font-weight: 500; - } + #landing_illustration { + grid-area: illustration; + } - sm-button { - width: 100%; - display: flex; - width: 100% !important; - } + .frame, + #sign_in { + form { + height: 100%; } - #landing_illustration { - grid-area: illustration; + .h2 { + margin-top: 3rem; } - .frame, - #sign_in { - form { - height: 100%; - } + sm-button[variant="primary"] { + margin-top: auto; + } + } - .h2 { - margin-top: 3rem; - } + .fab { + bottom: 4rem; + } - sm-button[variant="primary"] { - margin-top: auto; - } + .inner-page { + margin-bottom: 5rem; + } + + #main_navbar { + position: fixed; + bottom: 0; + left: 0; + right: 0; + width: max-content; + margin: 0.5rem auto; + border-radius: 1rem; + justify-content: center; + background-color: transparent; + backdrop-filter: blur(0.5rem); + background-color: rgba(var(--foreground-color), 0.9); + + ul { + background-color: rgba(var(--text-color), 0.05); + border-radius: inherit; + box-shadow: 0 1rem 1.5rem rgba(0 0 0 / 0.16); } - .fab { - bottom: 4rem; - } - - .inner-page { - margin-bottom: 5rem; - } - - #main_navbar { - position: fixed; - bottom: 0; - left: 0; - right: 0; - width: max-content; - margin: 0.5rem auto; - border-radius: 1rem; - justify-content: center; - background-color: transparent; - backdrop-filter: blur(0.5rem); - background-color: rgba(var(--foreground-color), 0.9); - - ul { - background-color: rgba(var(--text-color), 0.05); - border-radius: inherit; - box-shadow: 0 1rem 1.5rem rgba(0 0 0 / 0.16); - } - - &.hide-away { - bottom: 0; - left: 0; - right: 0; - } - - .nav-item { - height: 3.8rem; - width: 4.5rem; - } - } - - #chats_list, - #contact_container { - gap: 0.2rem; - } - - #chat_view { - .message { - width: auto; - max-width: 90%; - } - } - - #chat_header { - grid-template-columns: auto minmax(0, 1fr); - - #chat_details_button { - max-width: calc(100% - 2rem); - margin-left: -1.7rem; - } - } - - #settings { - overflow-x: hidden; - - #settings_header { - position: sticky; - top: 0; - z-index: 1; - padding: 1rem 1.5rem; - margin-bottom: 0.5rem; - background: linear-gradient(rgba(var(--background-color), 0.8), - rgba(var(--background-color), 0)); - backdrop-filter: blur(0.5rem); - } - } - - .hide-on-mobile { - display: none !important; - } -} - -@media screen and (min-width: 40rem) { - .hide-on-desktop { - display: none !important; - } - - .page { - padding-bottom: 0; - } - - .popup__header { - grid-column: 1/-1; - padding: 1rem 1.5rem 0 1.5rem; - } - - .logo-section { - padding: 2rem 3rem 0 3rem; - margin: 0.5rem 0; - } - - sm-popup { - --width: 24rem; - --min-width: 24rem; - --border-radius: 0.5rem; - } - - #landing { - align-items: center; - gap: 4vw; - grid-template-columns: 1fr 1fr; - padding: 0 4vw; - } - - #sign_in { - width: 24rem; - } - - #main_page { - grid-template-columns: min-content 1fr; - grid-template-rows: 1fr; - grid-template-areas: "nav ."; - overflow: hidden; - box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05), - 0 1rem 3rem rgba(0, 0, 0, 0.2); - } - - #main_navbar { - grid-area: nav; - border-top: none; - flex-direction: column; - border-right: solid thin rgba(var(--text-color), 0.1); - background-color: rgba(var(--foreground-color), 0.3); - ul { - flex-direction: column; - gap: 0.5rem; - - li:last-of-type { - margin-top: auto; - } - } + &.hide-away { + bottom: 0; + left: 0; + right: 0; } .nav-item { - &__indicator { - width: 0.25rem; - height: 50%; - left: 0; - border-radius: 0 1rem 1rem 0; - bottom: auto; - } + height: 3.8rem; + width: 4.5rem; } + } - #add_contact_popup { - --min-width: 24rem; + #chats_list, + #contact_container { + gap: 0.2rem; + } + + #chat_view { + .message { + width: auto; + max-width: 90%; } + } - #compose_mail_popup, - #reply_mail_popup { - --min-width: 36rem; + #chat_header { + grid-template-columns: auto minmax(0, 1fr); + + #chat_details_button { + max-width: calc(100% - 2rem); + margin-left: -1.7rem; } + } - #emoji_picker { - max-height: 18rem; + #settings { + overflow-x: hidden; + + #settings_header { + position: sticky; + top: 0; + z-index: 1; + padding: 1rem 1.5rem; + margin-bottom: 0.5rem; + background: linear-gradient( + rgba(var(--background-color), 0.8), + rgba(var(--background-color), 0) + ); + backdrop-filter: blur(0.5rem); + align-items: flex-start; } + } - #chat_view { - .message { - width: auto; - align-self: flex-start; - max-width: 55ch; - } + .hide-on-mobile { + display: none !important; + } +} + +@media screen and (min-width: 40rem) { + .hide-on-desktop { + display: none !important; + } + + .page { + padding-bottom: 0; + } + .card { + padding: 1.5rem; + button, + .button { + align-self: flex-start; } + } - #chat_page, - #mail_page { + .popup__header { + grid-column: 1/-1; + padding: 1rem 1.5rem 0 1.5rem; + } + + .logo-section { + padding: 2rem 3rem 0 3rem; + margin: 0.5rem 0; + } + + sm-popup { + --width: 24rem; + --min-width: 24rem; + --border-radius: 0.5rem; + } + + #landing { + align-items: center; + gap: 4vw; + grid-template-columns: 1fr 1fr; + padding: 0 4vw; + } + + #sign_in { + width: 24rem; + } + + #main_page { + grid-template-columns: min-content 1fr; + grid-template-rows: 1fr; + grid-template-areas: "nav ."; + overflow: hidden; + box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05), + 0 1rem 3rem rgba(0, 0, 0, 0.2); + } + + #main_navbar { + grid-area: nav; + border-top: none; + flex-direction: column; + border-right: solid thin rgba(var(--text-color), 0.1); + background-color: rgba(var(--foreground-color), 0.3); + ul { + flex-direction: column; + gap: 0.5rem; + + li:last-of-type { + margin-top: auto; + } + } + } + + .nav-item { + &__indicator { + width: 0.25rem; + height: 50%; + left: 0; + border-radius: 0 1rem 1rem 0; + bottom: auto; + } + } + + #add_contact_popup { + --min-width: 24rem; + } + + #compose_mail_popup, + #reply_mail_popup { + --min-width: 36rem; + } + #chat_details_button { + background-color: transparent; + } + #pseudo_background { + position: absolute; + width: 100%; + height: 100%; + background-color: rgba(var(--text-color), 0.06); + border-radius: inherit; + } + + #emoji_picker { + max-height: 18rem; + } + + #chat_view { + .message { + width: auto; + align-self: flex-start; + max-width: 55ch; + } + } + + #chat_page, + #mail_page { + display: grid; + grid-template-columns: 19rem 1fr; + + & > :first-child { + border-right: solid thin rgba(var(--text-color), 0.1); + } + } + + #settings { + display: grid; + grid-template-columns: 14rem 1fr; + + & > :first-child { + border-right: solid thin rgba(var(--text-color), 0.1); + } + .active { + background: rgba(var(--text-color), 0.1); + } + .panel { + padding: 1.5rem; + } + } + + .contact.active, + .mail-card.active { + background: rgba(var(--text-color), 0.06); + } + + #contact_details_popup { + &.is-group { + --width: 52rem; + + #contact_details_section { display: grid; - grid-template-columns: 19rem 1fr; + grid-template-columns: 1fr 1fr; + gap: 1.5rem; - &> :first-child { - border-right: solid thin rgba(var(--text-color), 0.1); - } - } - - #settings { - display: grid; - grid-template-columns: 14rem 1fr; - - &> :first-child { - border-right: solid thin rgba(var(--text-color), 0.1); - } - - sm-button { - width: max-content; - } - - .active { - background: rgba(var(--text-color), 0.1); - } - - .panel>*:first-of-type { - margin-top: 0.5rem; - } - } - - .contact.active, - .mail-card.active { - background: rgba(var(--text-color), 0.06); - } - - #contact_details_popup { - &.is-group { - --width: 52rem; - - #contact_details_section { - display: grid; - grid-template-columns: 1fr 1fr; - gap: 1.5rem; - - &> :first-child { - padding-right: 1.5rem; - border-right: thin solid rgba(var(--text-color), 0.3); - } - } + & > :first-child { + padding-right: 1.5rem; + border-right: thin solid rgba(var(--text-color), 0.3); } + } } + } } @media only screen and (max-width: 1280px) { - .hide-on-medium { - display: none !important; - } + .hide-on-medium { + display: none !important; + } } @media only screen and (min-width: 1080px) { - #chat_view { - #messages_container { - padding: 1rem 4rem; - padding-top: 0; - } + #chat_view { + #messages_container { + padding: 1rem 4rem; + padding-top: 0; } + } - #chat_page, - #mail_page { - grid-template-columns: 21rem 1fr; - } + #chat_page, + #mail_page { + grid-template-columns: 21rem 1fr; + } } @media only screen and (min-width: 1280px) { - #landing { - gap: 4vw; - padding: 0 8vw; + #landing { + gap: 4vw; + padding: 0 8vw; - .title-font { - font-size: 3rem; - } + .title-font { + font-size: 3rem; } + } - #emoji_picker { - --num-columns: 16; - } + #emoji_picker { + --num-columns: 16; + } - .contact.active, - .mail-card.active { - background: rgba(var(--text-color), 0.06); - } + .contact.active, + .mail-card.active { + background: rgba(var(--text-color), 0.06); + } } @media (hover: hover) { - ::-webkit-scrollbar { - width: 0.5rem; - height: 0.5rem; - } + ::-webkit-scrollbar { + width: 0.5rem; + height: 0.5rem; + } - ::-webkit-scrollbar-thumb { - background: rgba(var(--text-color), 0.3); - border-radius: 1rem; + ::-webkit-scrollbar-thumb { + background: rgba(var(--text-color), 0.3); + border-radius: 1rem; - &:hover { - background: rgba(var(--text-color), 0.5); - } + &:hover { + background: rgba(var(--text-color), 0.5); } + } - .interactive:hover { - background-color: rgba(var(--text-color), 0.06); - } + .interactive:hover { + background-color: rgba(var(--text-color), 0.06); + } - .emoji:hover { - cursor: pointer; - background: rgba(var(--text-color), 0.06); - } + .emoji:hover { + cursor: pointer; + background: rgba(var(--text-color), 0.06); + } - .contact { - .menu { - opacity: 0; - transition: opacity 0.3s; - } + .contact { + .menu { + opacity: 0; + transition: opacity 0.3s; } + } - .contact:hover { - .menu { - opacity: 1; - } + .contact:hover { + .menu { + opacity: 1; } + } } @media (hover: none) { + .contact-preview, + .contact { + -webkit-tap-highlight-color: transparent; + } - .contact-preview, - .contact { - -webkit-tap-highlight-color: transparent; - } - - .contact .menu { - display: none; - } + .contact .menu { + display: none; + } } @supports (overflow: overlay) { - body { - overflow: overlay; - } + body { + overflow: overlay; + } } .hidden { - display: none !important; + display: none !important; } diff --git a/index.html b/index.html index a3e1a68..6e78f07 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,8 @@ //invoke the startup functions floDapps.launchStartUp().then(result => { console.log(result) - getRef("greet_tag").value = myFloID + document.querySelectorAll('.user-flo-id').forEach(el => el.value = floDapps.user.id) + document.querySelectorAll('.user-btc-id').forEach(el => el.value = btcOperator.convert.legacy2bech(floDapps.user.id)) //load messages from IDB and render them console.log(`Loading Data! Please Wait...`) //Set UI render functions @@ -235,10 +236,15 @@ -
- -
+
+
Multisig
+
+ + +
+
+
@@ -384,8 +391,8 @@ About
-
- +
+ @@ -394,27 +401,40 @@

-
-
-

My FLO ID

- - -
-
+
+
+
+

+ BTC integrated with FLO +

+

+ You can use your FLO private key to perform transactions on the BTC network within our + app + ecosystem. The private key is the same for both. +

+
+
+ My FLO address + +
+
+ My Bitcoin address + +
+ +
+
+

Secure private key

+

+ You can set a password to secure your private key and use the password instead of private + key. + This is applied to this browser only. +

+ +
+

Clear data

This can't be undone. Make sure you have stored the PRIVATE KEY and backed up the data.

@@ -436,22 +456,22 @@
-