Browse Source
style: run all stylesheets through stylelint
renovate/lint-staged-8.x
Tom Kirkpatrick
7 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
22 changed files with
47 additions and
52 deletions
-
app/components/Activity/ActivityModal.scss
-
app/components/Activity/InvoiceModal.scss
-
app/components/Activity/PaymentModal.scss
-
app/components/Contacts/AddChannel.scss
-
app/components/Contacts/ChannelForm.scss
-
app/components/Contacts/ConnectManually.scss
-
app/components/Contacts/ContactModal.scss
-
app/components/Contacts/ContactsForm.scss
-
app/components/Contacts/Network.scss
-
app/components/Form/Form.scss
-
app/components/Form/Pay.scss
-
app/components/Form/Request.scss
-
app/components/Onboarding/FormContainer.scss
-
app/components/Onboarding/InitWallet.scss
-
app/components/Onboarding/Login.scss
-
app/components/Wallet/ReceiveModal.scss
-
app/components/Wallet/Wallet.scss
|
|
@ -8,11 +8,11 @@ |
|
|
|
|
|
|
|
.closeContainer { |
|
|
|
text-align: right; |
|
|
|
padding: 20px 40px 0px; |
|
|
|
padding: 20px 40px 0; |
|
|
|
|
|
|
|
span { |
|
|
|
cursor: pointer; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
transition: 0.25s all; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
text-align: right; |
|
|
|
|
|
|
|
.notPaid { |
|
|
|
color: #FF8A65; |
|
|
|
color: #ff8a65; |
|
|
|
margin-top: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -1,5 +1,4 @@ |
|
|
|
@import '../../variables.scss'; |
|
|
|
|
|
|
|
@import '../../variables.scss'; |
|
|
|
|
|
|
|
.container { |
|
|
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: space-between; |
|
|
|
background: linear-gradient(270deg, #868B9F 0%, #333C5E 100%); |
|
|
|
background: linear-gradient(270deg, #868b9f 0%, #333c5e 100%); |
|
|
|
padding: 15px 10px; |
|
|
|
color: $white; |
|
|
|
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.nodes { |
|
|
|
background: #31343F; |
|
|
|
background: #31343f; |
|
|
|
|
|
|
|
.networkResults { |
|
|
|
overflow-y: auto; |
|
|
@ -93,7 +93,6 @@ |
|
|
|
|
|
|
|
.inactive { |
|
|
|
font-size: 10px; |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
vertical-align: top; |
|
|
|
|
|
|
@ -128,14 +127,14 @@ |
|
|
|
} |
|
|
|
|
|
|
|
div { |
|
|
|
background: #383B47; |
|
|
|
background: #383b47; |
|
|
|
font-size: 16px; |
|
|
|
padding: 10px; |
|
|
|
cursor: pointer; |
|
|
|
transition: all 0.25s; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background: lighten(#383B47, 10%); |
|
|
|
background: lighten(#383b47, 10%); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -6,16 +6,16 @@ |
|
|
|
z-index: 10; |
|
|
|
height: 100vh; |
|
|
|
width: 100%; |
|
|
|
background: #31343F; |
|
|
|
background: #31343f; |
|
|
|
} |
|
|
|
|
|
|
|
.closeContainer { |
|
|
|
text-align: right; |
|
|
|
padding: 20px 40px 0px; |
|
|
|
padding: 20px 40px 0; |
|
|
|
|
|
|
|
span { |
|
|
|
cursor: pointer; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
transition: 0.25s all; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -6,16 +6,16 @@ |
|
|
|
z-index: 10; |
|
|
|
height: 100vh; |
|
|
|
width: 100%; |
|
|
|
background: #31343F; |
|
|
|
background: #31343f; |
|
|
|
} |
|
|
|
|
|
|
|
.closeContainer { |
|
|
|
text-align: right; |
|
|
|
padding: 20px 40px 0px; |
|
|
|
padding: 20px 40px 0; |
|
|
|
|
|
|
|
span { |
|
|
|
cursor: pointer; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
transition: 0.25s all; |
|
|
|
|
|
|
|
&:hover { |
|
|
@ -128,7 +128,7 @@ |
|
|
|
|
|
|
|
&.active { |
|
|
|
background: $gold; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background: darken($gold, 5%); |
|
|
|
|
|
@ -63,7 +63,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.stats { |
|
|
|
|
|
|
|
h4 { |
|
|
|
color: $secondary; |
|
|
|
font-weight: bold; |
|
|
|
|
|
@ -95,7 +95,6 @@ |
|
|
|
|
|
|
|
.inactive { |
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
vertical-align: top; |
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: space-between; |
|
|
|
background: #2D303B; |
|
|
|
background: #2d303b; |
|
|
|
padding: 10px 20px; |
|
|
|
color: $white; |
|
|
|
|
|
|
@ -48,7 +48,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.channels { |
|
|
|
padding: 20px 0px 20px 0px; |
|
|
|
padding: 20px 0 20px 0; |
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
.listHeader { |
|
|
@ -120,16 +120,16 @@ |
|
|
|
|
|
|
|
.channel { |
|
|
|
color: $white; |
|
|
|
padding: 10px 0px 10px 0px; |
|
|
|
padding: 10px 0 10px 0; |
|
|
|
margin: 10px 0; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background: #272B37; |
|
|
|
background: #272b37; |
|
|
|
} |
|
|
|
|
|
|
|
&.selectedChannel { |
|
|
|
background: #272B37; |
|
|
|
background: #272b37; |
|
|
|
padding-bottom: 0; |
|
|
|
|
|
|
|
.channelDetails { |
|
|
@ -197,7 +197,7 @@ |
|
|
|
width: calc(100% - 40px); |
|
|
|
padding: 10px 20px; |
|
|
|
border-top: 1px solid $darkestgrey; |
|
|
|
background: #2D303B; |
|
|
|
background: #2d303b; |
|
|
|
|
|
|
|
.input { |
|
|
|
display: inline-block; |
|
|
@ -296,7 +296,7 @@ |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: space-around; |
|
|
|
border-top: 0.5px solid #1A1C23; |
|
|
|
border-top: 0.5px solid #1a1c23; |
|
|
|
margin-top: 10px; |
|
|
|
padding: 20px; |
|
|
|
|
|
|
@ -318,11 +318,11 @@ |
|
|
|
.actions { |
|
|
|
text-align: center; |
|
|
|
font-size: 12px; |
|
|
|
color: #FF7686; |
|
|
|
color: #ff7686; |
|
|
|
|
|
|
|
section { |
|
|
|
padding: 20px 0; |
|
|
|
border-top: 0.5px solid #1A1C23; |
|
|
|
border-top: 0.5px solid #1a1c23; |
|
|
|
|
|
|
|
div { |
|
|
|
transition: all 0.25s; |
|
|
|
|
|
@ -11,11 +11,11 @@ |
|
|
|
|
|
|
|
.closeContainer { |
|
|
|
text-align: right; |
|
|
|
padding: 20px 40px 0px; |
|
|
|
padding: 20px 40px 0; |
|
|
|
|
|
|
|
span { |
|
|
|
cursor: pointer; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
transition: 0.25s all; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
.description { |
|
|
|
font-size: 12px; |
|
|
|
line-height: 14px; |
|
|
|
padding: 0px 15px; |
|
|
|
padding: 0 15px; |
|
|
|
min-height: 14px; |
|
|
|
|
|
|
|
&.active { |
|
|
@ -163,7 +163,7 @@ |
|
|
|
|
|
|
|
&.active { |
|
|
|
background: $gold; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background: darken($gold, 5%); |
|
|
|
|
|
@ -144,7 +144,7 @@ |
|
|
|
|
|
|
|
&.active { |
|
|
|
background: $gold; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background: darken($gold, 5%); |
|
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
.backButton { |
|
|
|
cursor: pointer; |
|
|
|
transition: all 0.25s; |
|
|
|
padding: 10px 20px 10px 0px; |
|
|
|
padding: 10px 20px 10px 0; |
|
|
|
text-align: center; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
transition: all 0.25s; |
|
|
|
|
|
|
|
&.active { |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -61,7 +61,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&.active { |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -8,11 +8,11 @@ |
|
|
|
|
|
|
|
.closeContainer { |
|
|
|
text-align: right; |
|
|
|
padding: 20px 40px 0px; |
|
|
|
padding: 20px 40px 0; |
|
|
|
|
|
|
|
span { |
|
|
|
cursor: pointer; |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
transition: 0.25s all; |
|
|
|
|
|
|
|
&:hover { |
|
|
@ -39,7 +39,6 @@ |
|
|
|
padding: 30px 40px; |
|
|
|
|
|
|
|
.header { |
|
|
|
|
|
|
|
h2 { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
@ -61,7 +60,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&.active { |
|
|
|
opacity: 1.0; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -109,7 +109,7 @@ |
|
|
|
|
|
|
|
li { |
|
|
|
font-size: 12px; |
|
|
|
padding: 0px 15px; |
|
|
|
padding: 0 15px; |
|
|
|
background: #191919; |
|
|
|
cursor: pointer; |
|
|
|
transition: 0.25s hover; |
|
|
@ -163,7 +163,7 @@ |
|
|
|
font-size: 16px; |
|
|
|
font-weight: bold; |
|
|
|
color: $white; |
|
|
|
background: #31343F; |
|
|
|
background: #31343f; |
|
|
|
padding: 10px; |
|
|
|
width: 100px; |
|
|
|
text-align: center; |
|
|
|