Browse Source

style: run all stylesheets through stylelint

renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
2d6dec5afb
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 4
      app/components/Activity/ActivityModal.scss
  2. 2
      app/components/Activity/InvoiceModal.scss
  3. 1
      app/components/Activity/PaymentModal.scss
  4. 9
      app/components/Contacts/AddChannel.scss
  5. 6
      app/components/Contacts/ChannelForm.scss
  6. 8
      app/components/Contacts/ConnectManually.scss
  7. 1
      app/components/Contacts/ContactModal.scss
  8. 1
      app/components/Contacts/ContactsForm.scss
  9. 18
      app/components/Contacts/Network.scss
  10. 4
      app/components/Form/Form.scss
  11. 4
      app/components/Form/Pay.scss
  12. 2
      app/components/Form/Request.scss
  13. 2
      app/components/Onboarding/FormContainer.scss
  14. 2
      app/components/Onboarding/InitWallet.scss
  15. 2
      app/components/Onboarding/Login.scss
  16. 7
      app/components/Wallet/ReceiveModal.scss
  17. 4
      app/components/Wallet/Wallet.scss

4
app/components/Activity/ActivityModal.scss

@ -8,11 +8,11 @@
.closeContainer { .closeContainer {
text-align: right; text-align: right;
padding: 20px 40px 0px; padding: 20px 40px 0;
span { span {
cursor: pointer; cursor: pointer;
opacity: 1.0; opacity: 1;
transition: 0.25s all; transition: 0.25s all;
&:hover { &:hover {

2
app/components/Activity/InvoiceModal.scss

@ -97,7 +97,7 @@
text-align: right; text-align: right;
.notPaid { .notPaid {
color: #FF8A65; color: #ff8a65;
margin-top: 5px; margin-top: 5px;
} }
} }

1
app/components/Activity/PaymentModal.scss

@ -1,5 +1,4 @@
@import '../../variables.scss'; @import '../../variables.scss';
@import '../../variables.scss'; @import '../../variables.scss';
.container { .container {

9
app/components/Contacts/AddChannel.scss

@ -13,7 +13,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
background: linear-gradient(270deg, #868B9F 0%, #333C5E 100%); background: linear-gradient(270deg, #868b9f 0%, #333c5e 100%);
padding: 15px 10px; padding: 15px 10px;
color: $white; color: $white;
@ -42,7 +42,7 @@
} }
.nodes { .nodes {
background: #31343F; background: #31343f;
.networkResults { .networkResults {
overflow-y: auto; overflow-y: auto;
@ -93,7 +93,6 @@
.inactive { .inactive {
font-size: 10px; font-size: 10px;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
@ -128,14 +127,14 @@
} }
div { div {
background: #383B47; background: #383b47;
font-size: 16px; font-size: 16px;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
transition: all 0.25s; transition: all 0.25s;
&:hover { &:hover {
background: lighten(#383B47, 10%); background: lighten(#383b47, 10%);
} }
} }
} }

6
app/components/Contacts/ChannelForm.scss

@ -6,16 +6,16 @@
z-index: 10; z-index: 10;
height: 100vh; height: 100vh;
width: 100%; width: 100%;
background: #31343F; background: #31343f;
} }
.closeContainer { .closeContainer {
text-align: right; text-align: right;
padding: 20px 40px 0px; padding: 20px 40px 0;
span { span {
cursor: pointer; cursor: pointer;
opacity: 1.0; opacity: 1;
transition: 0.25s all; transition: 0.25s all;
&:hover { &:hover {

8
app/components/Contacts/ConnectManually.scss

@ -6,16 +6,16 @@
z-index: 10; z-index: 10;
height: 100vh; height: 100vh;
width: 100%; width: 100%;
background: #31343F; background: #31343f;
} }
.closeContainer { .closeContainer {
text-align: right; text-align: right;
padding: 20px 40px 0px; padding: 20px 40px 0;
span { span {
cursor: pointer; cursor: pointer;
opacity: 1.0; opacity: 1;
transition: 0.25s all; transition: 0.25s all;
&:hover { &:hover {
@ -128,7 +128,7 @@
&.active { &.active {
background: $gold; background: $gold;
opacity: 1.0; opacity: 1;
&:hover { &:hover {
background: darken($gold, 5%); background: darken($gold, 5%);

1
app/components/Contacts/ContactModal.scss

@ -63,7 +63,6 @@
} }
.stats { .stats {
h4 { h4 {
color: $secondary; color: $secondary;
font-weight: bold; font-weight: bold;

1
app/components/Contacts/ContactsForm.scss

@ -95,7 +95,6 @@
.inactive { .inactive {
font-size: 12px; font-size: 12px;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;

18
app/components/Contacts/Network.scss

@ -13,7 +13,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
background: #2D303B; background: #2d303b;
padding: 10px 20px; padding: 10px 20px;
color: $white; color: $white;
@ -48,7 +48,7 @@
} }
.channels { .channels {
padding: 20px 0px 20px 0px; padding: 20px 0 20px 0;
overflow-y: auto; overflow-y: auto;
.listHeader { .listHeader {
@ -120,16 +120,16 @@
.channel { .channel {
color: $white; color: $white;
padding: 10px 0px 10px 0px; padding: 10px 0 10px 0;
margin: 10px 0; margin: 10px 0;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background: #272B37; background: #272b37;
} }
&.selectedChannel { &.selectedChannel {
background: #272B37; background: #272b37;
padding-bottom: 0; padding-bottom: 0;
.channelDetails { .channelDetails {
@ -197,7 +197,7 @@
width: calc(100% - 40px); width: calc(100% - 40px);
padding: 10px 20px; padding: 10px 20px;
border-top: 1px solid $darkestgrey; border-top: 1px solid $darkestgrey;
background: #2D303B; background: #2d303b;
.input { .input {
display: inline-block; display: inline-block;
@ -296,7 +296,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-around; justify-content: space-around;
border-top: 0.5px solid #1A1C23; border-top: 0.5px solid #1a1c23;
margin-top: 10px; margin-top: 10px;
padding: 20px; padding: 20px;
@ -318,11 +318,11 @@
.actions { .actions {
text-align: center; text-align: center;
font-size: 12px; font-size: 12px;
color: #FF7686; color: #ff7686;
section { section {
padding: 20px 0; padding: 20px 0;
border-top: 0.5px solid #1A1C23; border-top: 0.5px solid #1a1c23;
div { div {
transition: all 0.25s; transition: all 0.25s;

4
app/components/Form/Form.scss

@ -11,11 +11,11 @@
.closeContainer { .closeContainer {
text-align: right; text-align: right;
padding: 20px 40px 0px; padding: 20px 40px 0;
span { span {
cursor: pointer; cursor: pointer;
opacity: 1.0; opacity: 1;
transition: 0.25s all; transition: 0.25s all;
&:hover { &:hover {

4
app/components/Form/Pay.scss

@ -31,7 +31,7 @@
.description { .description {
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 14px;
padding: 0px 15px; padding: 0 15px;
min-height: 14px; min-height: 14px;
&.active { &.active {
@ -163,7 +163,7 @@
&.active { &.active {
background: $gold; background: $gold;
opacity: 1.0; opacity: 1;
&:hover { &:hover {
background: darken($gold, 5%); background: darken($gold, 5%);

2
app/components/Form/Request.scss

@ -144,7 +144,7 @@
&.active { &.active {
background: $gold; background: $gold;
opacity: 1.0; opacity: 1;
&:hover { &:hover {
background: darken($gold, 5%); background: darken($gold, 5%);

2
app/components/Onboarding/FormContainer.scss

@ -72,7 +72,7 @@
.backButton { .backButton {
cursor: pointer; cursor: pointer;
transition: all 0.25s; transition: all 0.25s;
padding: 10px 20px 10px 0px; padding: 10px 20px 10px 0;
text-align: center; text-align: center;
&:hover { &:hover {

2
app/components/Onboarding/InitWallet.scss

@ -39,7 +39,7 @@
transition: all 0.25s; transition: all 0.25s;
&.active { &.active {
opacity: 1.0; opacity: 1;
cursor: pointer; cursor: pointer;
&:hover { &:hover {

2
app/components/Onboarding/Login.scss

@ -61,7 +61,7 @@
} }
&.active { &.active {
opacity: 1.0; opacity: 1;
cursor: pointer; cursor: pointer;
&:hover { &:hover {

7
app/components/Wallet/ReceiveModal.scss

@ -8,11 +8,11 @@
.closeContainer { .closeContainer {
text-align: right; text-align: right;
padding: 20px 40px 0px; padding: 20px 40px 0;
span { span {
cursor: pointer; cursor: pointer;
opacity: 1.0; opacity: 1;
transition: 0.25s all; transition: 0.25s all;
&:hover { &:hover {
@ -39,7 +39,6 @@
padding: 30px 40px; padding: 30px 40px;
.header { .header {
h2 { h2 {
text-align: center; text-align: center;
} }
@ -61,7 +60,7 @@
} }
&.active { &.active {
opacity: 1.0; opacity: 1;
} }
} }
} }

4
app/components/Wallet/Wallet.scss

@ -109,7 +109,7 @@
li { li {
font-size: 12px; font-size: 12px;
padding: 0px 15px; padding: 0 15px;
background: #191919; background: #191919;
cursor: pointer; cursor: pointer;
transition: 0.25s hover; transition: 0.25s hover;
@ -163,7 +163,7 @@
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: $white; color: $white;
background: #31343F; background: #31343f;
padding: 10px; padding: 10px;
width: 100px; width: 100px;
text-align: center; text-align: center;

Loading…
Cancel
Save