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. 6
      app/components/Activity/InvoiceModal.scss
  3. 6
      app/components/Activity/PaymentModal.scss
  4. 8
      app/components/Activity/TransactionModal.scss
  5. 5
      app/components/Contacts/ConnectManually.scss
  6. 11
      app/components/Contacts/ContactModal.scss
  7. 8
      app/components/Contacts/ContactsForm.scss
  8. 10
      app/components/Contacts/Network.scss
  9. 11
      app/components/Form/Pay.scss
  10. 8
      app/components/Form/Request.scss
  11. 2
      app/components/Onboarding/Alias.scss
  12. 4
      app/components/Onboarding/FormContainer.scss
  13. 5
      app/components/Onboarding/InitWallet.scss
  14. 5
      app/components/Onboarding/Login.scss
  15. 2
      app/components/Onboarding/NewAezeedPassword.scss
  16. 2
      app/components/Onboarding/RecoverForm.scss
  17. 2
      app/components/Onboarding/Signup.scss
  18. 12
      app/components/Wallet/ReceiveModal.scss
  19. 14
      app/components/Wallet/Wallet.scss

1
app/components/Activity/ActivityModal.scss

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

6
app/components/Activity/InvoiceModal.scss

@ -60,12 +60,11 @@
span {
font-size: 14px;
&:nth-child(1) {
font-weight: bold;
}
}
}
ul {
@ -103,7 +102,8 @@
}
}
.memo, .request {
.memo,
.request {
h4 {
font-size: 10px;
margin-bottom: 10px;

6
app/components/Activity/PaymentModal.scss

@ -37,7 +37,7 @@
div:nth-child(1) {
margin-bottom: 5px;
}
}
svg {
width: 12px;
@ -75,13 +75,13 @@
&:hover {
span {
opacity: 0.5;
}
}
}
span {
transition: all 0.25s;
}
ul {
visibility: hidden;
position: absolute;

8
app/components/Activity/TransactionModal.scss

@ -36,7 +36,7 @@
div:nth-child(1) {
margin-bottom: 5px;
}
}
svg {
width: 12px;
@ -79,13 +79,13 @@
&:hover {
span {
opacity: 0.5;
}
}
}
span {
transition: all 0.25s;
}
ul {
visibility: hidden;
position: absolute;
@ -128,7 +128,7 @@
cursor: pointer;
transition: all 0.25s;
&:hover {
&:hover {
opacity: 0.5;
}
}

5
app/components/Contacts/ConnectManually.scss

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

11
app/components/Contacts/ContactModal.scss

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

8
app/components/Contacts/ContactsForm.scss

@ -13,7 +13,7 @@
outline: none;
z-index: -2;
border: 1px solid $darkgrey;
header {
display: flex;
flex-direction: row;
@ -21,7 +21,8 @@
padding: 15px;
border-bottom: 1px solid $darkgrey;
h1, svg {
h1,
svg {
font-size: 22px;
}
@ -205,9 +206,8 @@
&:nth-child(2) {
margin-left: 2px;
}
}
.caption svg {
font-size: 10px;
color: $darkestgrey;

10
app/components/Contacts/Network.scss

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

11
app/components/Form/Pay.scss

@ -57,7 +57,7 @@
input {
font-size: 20px;
max-width: 150px;
border:1px solid #404040;
border: 1px solid #404040;
border-radius: 4px;
padding: 15px;
}
@ -76,7 +76,8 @@
}
.bottom {
input, textarea {
input,
textarea {
background: transparent;
outline: none;
border: 1px solid #404040;
@ -88,7 +89,8 @@
padding: 10px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
text-shadow: none;
-webkit-text-fill-color: initial;
}
@ -111,12 +113,11 @@
span {
font-size: 14px;
&:nth-child(1) {
font-weight: bold;
}
}
}
ul {

8
app/components/Form/Request.scss

@ -37,7 +37,7 @@
input {
font-size: 20px;
max-width: 150px;
border:1px solid #404040;
border: 1px solid #404040;
border-radius: 4px;
padding: 15px;
}
@ -59,7 +59,7 @@
input {
background: transparent;
outline: none;
border:1px solid #404040;
border: 1px solid #404040;
border-radius: 4px;
color: $gold;
-webkit-text-fill-color: $white;
@ -92,12 +92,11 @@
span {
font-size: 14px;
&:nth-child(1) {
font-weight: bold;
}
}
}
ul {
@ -153,4 +152,3 @@
}
}
}

2
app/components/Onboarding/Alias.scss

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

4
app/components/Onboarding/FormContainer.scss

@ -74,12 +74,10 @@
transition: all 0.25s;
padding: 10px 20px 10px 0;
text-align: center;
&:hover {
opacity: 0.5;
}
}
}
}

5
app/components/Onboarding/InitWallet.scss

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

5
app/components/Onboarding/Login.scss

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

2
app/components/Onboarding/NewAezeedPassword.scss

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

2
app/components/Onboarding/RecoverForm.scss

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

2
app/components/Onboarding/Signup.scss

@ -5,7 +5,7 @@
section {
margin-bottom: 20px;
&.enable {
&.active {
div {

12
app/components/Wallet/ReceiveModal.scss

@ -65,7 +65,7 @@
}
}
}
.qrCodeContainer {
text-align: center;
}
@ -77,7 +77,8 @@
border-left: 1px solid $spaceborder;
padding: 30px 40px;
.pubkey, .address {
.pubkey,
.address {
padding: 25px;
h4 {
@ -89,7 +90,7 @@
}
}
}
p {
display: flex;
flex-direction: row;
@ -99,7 +100,8 @@
font-weight: 200;
background: $bluegrey;
.data, .copy {
.data,
.copy {
padding: 15px;
}
@ -123,6 +125,6 @@
width: 12px;
}
}
}
}
}
}

14
app/components/Wallet/Wallet.scss

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

Loading…
Cancel
Save