Browse Source

style: run all stylesheets through prettier

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

1
app/components/Activity/ActivityModal.scss

@ -24,4 +24,3 @@
color: $white; color: $white;
} }
} }

4
app/components/Activity/InvoiceModal.scss

@ -65,7 +65,6 @@
font-weight: bold; font-weight: bold;
} }
} }
} }
ul { ul {
@ -103,7 +102,8 @@
} }
} }
.memo, .request { .memo,
.request {
h4 { h4 {
font-size: 10px; font-size: 10px;
margin-bottom: 10px; margin-bottom: 10px;

5
app/components/Contacts/ConnectManually.scss

@ -28,7 +28,6 @@
} }
} }
.content { .content {
padding: 0 40px; padding: 0 40px;
font-family: Roboto; font-family: Roboto;
@ -96,7 +95,8 @@
font-weight: 200; font-weight: 200;
} }
.input input::-webkit-input-placeholder, ::-webkit-input-placeholder { .input input::-webkit-input-placeholder,
::-webkit-input-placeholder {
text-shadow: none; text-shadow: none;
-webkit-text-fill-color: initial; -webkit-text-fill-color: initial;
} }
@ -136,4 +136,3 @@
} }
} }
} }

9
app/components/Contacts/ContactModal.scss

@ -36,7 +36,10 @@
margin-bottom: 30px; margin-bottom: 30px;
padding: 0 20px; padding: 0 20px;
.pay, .receive, .sent, .received { .pay,
.receive,
.sent,
.received {
margin: 40px 0; margin: 40px 0;
} }
} }
@ -59,7 +62,6 @@
color: $darkestgrey; color: $darkestgrey;
font-weight: 100; font-weight: 100;
} }
} }
.stats { .stats {
@ -78,7 +80,8 @@
color: $darkestgrey; color: $darkestgrey;
} }
.meter, .amount { .meter,
.amount {
height: 10px; height: 10px;
border-radius: 10px; border-radius: 10px;
} }

4
app/components/Contacts/ContactsForm.scss

@ -21,7 +21,8 @@
padding: 15px; padding: 15px;
border-bottom: 1px solid $darkgrey; border-bottom: 1px solid $darkgrey;
h1, svg { h1,
svg {
font-size: 22px; font-size: 22px;
} }
@ -205,7 +206,6 @@
&:nth-child(2) { &:nth-child(2) {
margin-left: 2px; margin-left: 2px;
} }
} }
.caption svg { .caption svg {

8
app/components/Contacts/Network.scss

@ -59,7 +59,8 @@
align-items: baseline; align-items: baseline;
padding: 0 20px; padding: 0 20px;
h2, h2 span { h2,
h2 span {
color: $white; color: $white;
cursor: pointer; cursor: pointer;
transition: color 0.25s; transition: color 0.25s;
@ -69,7 +70,8 @@
} }
} }
h2, .filters li { h2,
.filters li {
font-size: 12px; font-size: 12px;
} }
@ -216,7 +218,7 @@
svg { svg {
width: 14px; width: 14px;
height:14px; height: 14px;
} }
} }

9
app/components/Form/Pay.scss

@ -57,7 +57,7 @@
input { input {
font-size: 20px; font-size: 20px;
max-width: 150px; max-width: 150px;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
padding: 15px; padding: 15px;
} }
@ -76,7 +76,8 @@
} }
.bottom { .bottom {
input, textarea { input,
textarea {
background: transparent; background: transparent;
outline: none; outline: none;
border: 1px solid #404040; border: 1px solid #404040;
@ -88,7 +89,8 @@
padding: 10px; padding: 10px;
} }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
text-shadow: none; text-shadow: none;
-webkit-text-fill-color: initial; -webkit-text-fill-color: initial;
} }
@ -116,7 +118,6 @@
font-weight: bold; font-weight: bold;
} }
} }
} }
ul { ul {

6
app/components/Form/Request.scss

@ -37,7 +37,7 @@
input { input {
font-size: 20px; font-size: 20px;
max-width: 150px; max-width: 150px;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
padding: 15px; padding: 15px;
} }
@ -59,7 +59,7 @@
input { input {
background: transparent; background: transparent;
outline: none; outline: none;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
color: $gold; color: $gold;
-webkit-text-fill-color: $white; -webkit-text-fill-color: $white;
@ -97,7 +97,6 @@
font-weight: bold; font-weight: bold;
} }
} }
} }
ul { ul {
@ -153,4 +152,3 @@
} }
} }
} }

2
app/components/Onboarding/Alias.scss

@ -3,7 +3,7 @@
.alias { .alias {
background: transparent; background: transparent;
outline: none; outline: none;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
padding: 15px; padding: 15px;
color: $gold; color: $gold;

2
app/components/Onboarding/FormContainer.scss

@ -79,7 +79,5 @@
opacity: 0.5; opacity: 0.5;
} }
} }
} }
} }

5
app/components/Onboarding/InitWallet.scss

@ -7,7 +7,7 @@
.password { .password {
background: transparent; background: transparent;
outline: none; outline: none;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
padding: 15px; padding: 15px;
color: $gold; color: $gold;
@ -49,7 +49,8 @@
} }
} }
&:nth-child(2), &:nth-child(3) { &:nth-child(2),
&:nth-child(3) {
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
margin: 10px 0; margin: 10px 0;

5
app/components/Onboarding/Login.scss

@ -7,7 +7,7 @@
.password { .password {
background: transparent; background: transparent;
outline: none; outline: none;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
padding: 15px; padding: 15px;
color: $gold; color: $gold;
@ -71,7 +71,8 @@
} }
} }
&:nth-child(2), &:nth-child(3) { &:nth-child(2),
&:nth-child(3) {
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
margin: 10px 0; margin: 10px 0;

2
app/components/Onboarding/NewAezeedPassword.scss

@ -7,7 +7,7 @@
.password { .password {
background: transparent; background: transparent;
outline: none; outline: none;
border:1px solid #404040; border: 1px solid #404040;
border-radius: 4px; border-radius: 4px;
padding: 15px; padding: 15px;
color: $gold; color: $gold;

2
app/components/Onboarding/RecoverForm.scss

@ -29,8 +29,6 @@
} }
} }
.word { .word {
margin: 0 3px; margin: 0 3px;
background-color: #1c1e26; background-color: #1c1e26;

6
app/components/Wallet/ReceiveModal.scss

@ -77,7 +77,8 @@
border-left: 1px solid $spaceborder; border-left: 1px solid $spaceborder;
padding: 30px 40px; padding: 30px 40px;
.pubkey, .address { .pubkey,
.address {
padding: 25px; padding: 25px;
h4 { h4 {
@ -99,7 +100,8 @@
font-weight: 200; font-weight: 200;
background: $bluegrey; background: $bluegrey;
.data, .copy { .data,
.copy {
padding: 15px; padding: 15px;
} }

10
app/components/Wallet/Wallet.scss

@ -28,13 +28,15 @@
} }
} }
.left, .right { .left,
.right {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
width: 50%; width: 50%;
height: 150px; height: 150px;
.leftContent, .rightContent { .leftContent,
.rightContent {
padding: 25px 0; padding: 25px 0;
} }
} }
@ -159,7 +161,8 @@
justify-content: flex-end; justify-content: flex-end;
align-items: right; align-items: right;
.pay, .request { .pay,
.request {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: $white; color: $white;
@ -180,7 +183,6 @@
margin-right: 20px; margin-right: 20px;
} }
} }
} }
.notificationBox { .notificationBox {

Loading…
Cancel
Save