remove useless css

This commit is contained in:
Audric Ackermann 2020-08-27 13:58:10 +10:00
parent 8f78334d84
commit f7d6da0ebc
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
5 changed files with 1 additions and 690 deletions

View File

@ -44,7 +44,7 @@
Whisper.ImportView = Whisper.View.extend({
templateName: 'import-flow-template',
className: 'full-screen-flow',
// className: 'full-screen-flow',
events: {
'click .choose': 'onImport',
'click .restart': 'onRestart',

View File

@ -330,470 +330,6 @@ $loading-height: 16px;
}
}
.full-screen-flow {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-family: $session-font-default;
&.overlay {
// .modal, used for the settings view, is 100
z-index: 200;
}
color: black;
a {
color: $blue;
}
background: linear-gradient(
to bottom,
/* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(238, 238, 238) 0%,
/* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(243, 243, 243) 12%,
rgb(255, 255, 255) 27%,
rgb(255, 255, 255) 60%,
/* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(249, 249, 249) 85%,
/* (1 - 0.27) * 255 + 0.27 * 98 */ rgb(213, 213, 213) 100%
);
display: flex;
align-items: center;
text-align: center;
font-size: 10pt;
input {
margin-bottom: 1em;
font-size: 12pt;
font-family: $session-font-default;
border: 2px solid $blue;
padding: 0.5em;
text-align: center;
width: 20em;
}
@media (min-height: 750px) and (min-width: 700px) {
font-size: 14pt;
input {
font-size: 16pt;
}
}
#qr {
display: inline-block;
&.ready {
border: 5px solid $blue;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
img {
height: 20em;
border: 5px solid white;
}
@media (max-height: 475px) {
img {
width: 8em;
height: 8em;
}
}
.dot {
width: 14px;
height: 14px;
border: 3px solid $blue;
border-radius: 50%;
float: left;
margin: 0 6px;
transform: scale(0);
animation: loading 1500ms ease infinite 0ms;
&:nth-child(2) {
animation: loading 1500ms ease infinite 333ms;
}
&:nth-child(3) {
animation: loading 1500ms ease infinite 666ms;
}
}
canvas {
display: none;
}
}
.os-icon {
height: 3em;
width: 3em;
vertical-align: text-bottom;
display: inline-block;
margin: 0.5em;
&.apple {
@include color-svg('../images/apple.svg', black);
}
&.android {
@include color-svg('../images/android.svg', black);
}
}
.header {
font-weight: normal;
margin-bottom: 1.5em;
font-size: 20pt;
@media (min-height: 750px) and (min-width: 700px) {
font-size: 28pt;
}
}
.body-text {
max-width: 22em;
text-align: left;
margin-left: auto;
margin-right: auto;
}
.body-text-wide {
max-width: 30em;
text-align: left;
margin-left: auto;
margin-right: auto;
}
form {
height: 100%;
width: 100%;
}
.step {
display: flex;
align-items: center;
min-width: 100%;
min-height: 100%;
margin: auto;
padding: 10px 0;
}
.step-body {
margin-left: auto;
margin-right: auto;
max-width: 35em;
}
.inner {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
width: 100%;
}
.banner-image {
margin: 1em;
display: none;
@media (min-height: 550px) {
display: inline-block;
height: 10em;
width: 10em;
}
}
.banner-icon {
display: none;
margin: 1em;
// 640px by 338px is the smallest the window can go
@media (min-height: 550px) {
display: inline-block;
height: 10em;
width: 10em;
}
// generic
&.check-circle-outline {
@include color-svg('../images/check-circle-outline.svg', #dedede);
}
&.alert-outline {
@include color-svg('../images/alert-outline.svg', #dedede);
}
// import and export
&.folder-outline {
@include color-svg('../images/folder-outline.svg', #dedede);
}
&.import {
@include color-svg('../images/import.svg', #dedede);
}
&.export {
@include color-svg('../images/export.svg', #dedede);
}
// registration process
&.lead-pencil {
@include color-svg('../images/lead-pencil.svg', #dedede);
}
&.sync {
@include color-svg('../images/sync.svg', #dedede);
}
// delete
&.alert-outline-red {
@include color-svg('../images/alert-outline.svg', red);
}
&.delete {
@include color-svg('../images/delete.svg', #dedede);
}
}
.button {
cursor: pointer;
display: inline-block;
border: none;
min-width: 300px;
padding: 0.75em;
color: white;
background: $blue;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
user-select: none;
font-size: 12pt;
margin-top: 4px;
&.neutral {
color: black;
background: #dedede;
}
&.destructive {
background: red;
}
@media (min-height: 750px) and (min-width: 700px) {
font-size: 20pt;
}
}
a.link {
display: block;
cursor: pointer;
text-decoration: underline;
margin: 0.5em;
color: #2090ea;
}
.nav {
width: 100%;
bottom: 50px;
margin-top: auto;
padding-bottom: 2em;
padding-left: 20px;
padding-right: 20px;
.instructions {
text-align: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 2em;
margin-top: 2em;
max-width: 30em;
}
.instructions:after {
clear: both;
}
.android {
float: left;
}
.apple {
float: right;
}
.label {
float: left;
}
.body {
float: left;
}
}
}
.standalone-fullscreen {
background: $color-dark-85;
overflow-y: auto;
}
.standalone {
color: $color-dark-05;
height: auto;
padding: 0;
background: inherit;
.step-body {
width: 80%;
min-width: 100px;
max-width: none;
}
.section-toggle {
background: $color-dark-75;
&:first-of-type {
border-radius: 8px 8px 0 0;
}
&:last-of-type {
border-radius: 0 0 8px 8px;
}
}
.section-toggle-visible:last-of-type {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.section-content {
padding: 1em 0;
background-color: $color-dark-72;
&:last-of-type {
border-radius: 0 0 8px 8px;
}
}
#display-name {
font-weight: bold;
font-size: 25px;
border-radius: 100px;
&:focus {
outline: none;
}
}
#status {
margin-top: 12px;
}
input {
border: 1px solid $color-light-60;
border-radius: 4px;
&:focus {
outline: solid 1px $blue;
}
}
.button {
background: $color-loki-green-gradient;
border-radius: 100px;
&:disabled,
&:disabled:hover {
background: $color-loki-dark-gray;
cursor: default;
}
}
#mnemonic-display {
margin: 2em 8px;
font-size: 16px;
font-style: italic;
}
.standalone-register-warning {
font-weight: bold;
font-size: 16px;
margin: 0px 8px;
}
.standalone-register-language {
display: flex;
align-items: center;
justify-content: center;
margin-top: 2em;
&.restore {
margin-bottom: 2em;
}
span {
margin-right: 8px;
}
}
.input-header {
margin-bottom: 8px;
font-size: 14px;
}
.button.grey {
background: $grey;
}
.buttons {
margin-top: 24px;
}
.select-container {
position: relative;
display: block;
width: 13em;
line-height: 2.8;
background: white;
overflow: hidden;
border-radius: 0.25em;
select {
// Reset select
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
background: white;
background-image: none;
// Our own stlying
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 0 0.5em;
color: black;
cursor: pointer;
font-size: 14px;
::-ms-expand {
display: none;
}
}
&:after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 0 1em;
background: $color-dark-85;
pointer-events: none;
-webkit-transition: $session-transition-duration all ease;
-o-transition: $session-transition-duration all ease;
transition: $session-transition-duration all ease;
}
}
@media (min-height: 750px) and (min-width: 700px) {
.input-header {
font-size: 18px;
}
.standalone-register-warning {
font-size: 20px;
}
#mnemonic-display {
font-size: 20px;
}
}
}
//yellow border fix
.inbox:focus {
outline: none;

View File

@ -1392,106 +1392,6 @@ input {
}
}
.standalone {
.button {
background: $session-color-green;
}
#reset-button {
color: $session-color-green;
}
.inputs {
input {
color: $color-dark-05;
background-color: $color-dark-70;
border-color: $color-dark-55;
&:focus {
outline: none;
}
}
}
}
.onboarding-message-section {
display: flex;
flex-grow: 1;
align-items: flex-start;
position: relative;
padding: $session-margin-lg 2 * $session-margin-lg;
background: linear-gradient(
180deg,
rgba(29, 28, 28, 1) 0%,
rgba(18, 18, 18, 1) 100%
);
&__exit {
position: absolute;
top: $session-margin-lg;
left: $session-margin-lg;
}
&__container {
display: flex;
flex-grow: 1;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding-top: 3 * $session-margin-lg;
height: 400px;
text-align: center;
font-family: $session-font-default;
}
&__title h1 {
color: $session-color-white;
font-size: $session-font-h1;
font-weight: bold;
margin-bottom: 2 * $session-margin-lg;
}
&__icons img {
width: 180px;
margin-bottom: 2 * $session-margin-lg;
}
&__info {
font-family: $session-font-accent;
margin-bottom: 2 * $session-margin-lg;
&--title {
font-size: $session-font-h3;
line-height: $session-font-h2;
margin-bottom: $session-margin-md;
}
&--subtitle {
font-family: $session-font-default;
font-weight: 300;
line-height: $session-font-md;
opacity: 0.8;
}
}
&__spinner-container {
display: flex;
flex-grow: 1;
align-items: center;
justify-content: center;
}
&__buttons {
width: 100%;
.session-button:first-child {
margin-bottom: $session-margin-md;
}
}
}
.group-member-list {
&__container {
padding: 2px 0px;

View File

@ -165,103 +165,6 @@
}
}
.full-screen-flow {
color: black;
a {
color: $blue;
}
background: linear-gradient(
to bottom,
/* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(238, 238, 238) 0%,
/* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(243, 243, 243) 12%,
rgb(255, 255, 255) 27%,
rgb(255, 255, 255) 60%,
/* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(249, 249, 249) 85%,
/* (1 - 0.27) * 255 + 0.27 * 98 */ rgb(213, 213, 213) 100%
);
input {
border: 2px solid $blue;
}
#qr {
&.ready {
border: 5px solid $blue;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
img {
border: 5px solid white;
}
.dot {
border: 3px solid $blue;
}
}
.os-icon {
&.apple {
@include color-svg('../images/apple.svg', black);
}
&.android {
@include color-svg('../images/android.svg', black);
}
}
.banner-icon {
// generic
&.check-circle-outline {
@include color-svg('../images/check-circle-outline.svg', #dedede);
}
&.alert-outline {
@include color-svg('../images/alert-outline.svg', #dedede);
}
// import and export
&.folder-outline {
@include color-svg('../images/folder-outline.svg', #dedede);
}
&.import {
@include color-svg('../images/import.svg', #dedede);
}
&.export {
@include color-svg('../images/export.svg', #dedede);
}
// registration process
&.lead-pencil {
@include color-svg('../images/lead-pencil.svg', #dedede);
}
&.sync {
@include color-svg('../images/sync.svg', #dedede);
}
// delete
&.alert-outline-red {
@include color-svg('../images/alert-outline.svg', red);
}
&.delete {
@include color-svg('../images/delete.svg', #dedede);
}
}
.button {
color: white;
background: $blue;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
&.neutral {
color: black;
background: #dedede;
}
&.destructive {
background: red;
}
}
a.link {
color: $session-color-green;
}
}
// _index
.network-status-container {
.network-status {

View File

@ -308,34 +308,6 @@
{{/isError}}
</script>
<script type="text/x-tmpl-mustache" id="standalone">
<div class="step">
<div class="inner">
<div class="step-body">
<img class="banner-image" src="images/icon_128.png" />
<div class="header">Create your Signal Account</div>
<div id="phone-number-input">
<div class="phone-input-form">
<div id="number-container" class="number-container">
<input type="tel" class="number" placeholder="Phone Number" />
</div>
</div>
</div>
<div class="clearfix">
<a class="button" id="request-sms">Send SMS</a>
<a class="link" id="request-voice" tabindex=-1>Call</a>
</div>
<input class="form-control" type="text" pattern="\s*[0-9]{3}-?[0-9]{3}\s*" title="Enter your 6-digit verification code. If you did not receive a code, click Call or Send SMS to request a new one" id="code" placeholder="Verification Code" autocomplete="off">
<div id="error" class="collapse"></div>
<div id=status></div>
</div>
<div class="nav">
<a class="button" id="verifyCode" data-loading-text="Please wait...">Register</a>
</div>
</div>
</div>
</script>
<script type="text/javascript" src="../libtextsecure/test/fake_web_api.js"></script>
<script type="text/javascript" src="../js/components.js"></script>