Skip to content

Commit

Permalink
fixed some css variables (#1698)
Browse files Browse the repository at this point in the history
* fixed some css variables

* fixed
  • Loading branch information
jbibla authored and fedekunze committed Dec 5, 2018
1 parent d8bea39 commit 5f2e050
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [\#1640](https://github.com/cosmos/voyager/issues/1640) Fixed an error that prevented the search bar to be displayed using `Ctrl+F` @fedekunze
- Fixed testnet config build script @faboweb
- [\#1677](https://github.com/cosmos/voyager/issues/1677) Fixed inconstistent status colors on proposals @fedekunze
- [\#1696](https://github.com/cosmos/voyager/issues/1696) Fixed broken css variables @jbibla
- [\#1687](https://github.com/cosmos/voyager/issues/1687) Removing cached state if decrypting fails. @faboweb
- [\#1662](https://github.com/cosmos/voyager/issues/1662) Fixed wrong node version in readme @faboweb

Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/FundraiserWarning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ export default { name: `fundraiser-warning` }
.fundraiser-warning__subtitle {
color: var(--dim);
font-size: sm;
font-size: var(--sm);
}
</style>
4 changes: 2 additions & 2 deletions app/src/renderer/components/common/ShortBech32.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
.short-bech32 .copied {
align-items: flex-end;
display: flex;
font-size: sm;
font-size: var(--sm);
opacity: 0;
padding-left: 10px;
transition: opacity 500ms ease;
Expand All @@ -84,7 +84,7 @@ export default {
.short-bech32 .copied i {
color: var(--success);
font-size: m;
font-size: var(--m);
padding-bottom: 2px;
padding-right: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/TmBalance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
}
.header-balance .top h2 {
color: var(--bright);
font-size: h1;
font-size: var(--h1);
font-weight: 500;
}
.header-balance .top .icon-container {
Expand Down
4 changes: 2 additions & 2 deletions app/src/renderer/components/common/TmLiSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ export default {
.tm-li-session-title {
color: var(--txt);
font-size: lg;
font-size: var(--lg);
line-height: 1.25;
margin-bottom: 0.375rem;
}
.tm-li-session-subtitle {
color: var(--dim);
font-size: sm;
font-size: var(--sm);
}
</style>
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/TmModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
}
.tm-modal-icon i {
font-size: lg;
font-size: var(--lg);
}
.tm-modal-icon.tm-modal-close {
Expand Down
4 changes: 2 additions & 2 deletions app/src/renderer/components/common/TmModalError.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ export default {
}
.tm-modal-error__title {
font-size: h1;
font-size: var(--h1);
font-weight: 500;
line-height: 1;
margin-bottom: 1.5rem;
}
.tm-modal-error__body {
font-size: lg;
font-size: var(--lg);
color: var(--dim);
margin-bottom: 3rem;
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/renderer/components/common/TmModalNodeHalted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ export default {
}
.tm-modal-error__title {
font-size: h1;
font-size: var(--h1);
font-weight: 500;
line-height: 1;
margin-bottom: 1.5rem;
}
.tm-modal-error__body {
font-size: lg;
font-size: var(--lg);
color: var(--dim);
margin-bottom: 3rem;
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/governance/TabParameters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ h3 {
.info_dl dt {
color: var(--dim);
font-size: small;
font-size: var(--sm);
margin-bottom: 4px;
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/governance/TableProposals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ table tr {
table tr td:first-child::before {
content: counter(rowNumber);
position: absolute;
font-size: sm;
font-size: var(--sm);
width: 2rem;
text-align: right;
color: var(--dim);
Expand Down
10 changes: 5 additions & 5 deletions app/src/renderer/components/staking/PageValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -513,14 +513,14 @@ export default {
.validator-profile__header__name__title {
color: #fff;
display: inline-block;
font-size: h1;
line-height: h1;
font-size: var(--h1);
line-height: var(--h1);
font-weight: 400;
padding: 0 0.5rem 0.5rem 0;
}
.validator-profile__header__name__address {
font-size: small;
font-size: var(--sm);
}
.validator-profile__header__actions {
Expand Down Expand Up @@ -580,7 +580,7 @@ export default {
.info_dl dt {
color: var(--dim);
font-size: small;
font-size: var(--sm);
margin-bottom: 4px;
}
Expand Down Expand Up @@ -609,7 +609,7 @@ export default {
.colored_dl dt {
color: var(--dim);
font-size: small;
font-size: var(--sm);
margin-bottom: 0.5rem;
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/staking/PanelSort.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
}
.sort-by {
font-size: sm;
font-size: var(--sm);
}
.sort-by a {
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/staking/TabMyDelegations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
background: var(--app-fg);
border: 1px solid var(--bc-dim);
border-radius: 0.25rem;
font-size: sm;
font-size: var(--sm);
margin-bottom: 4rem;
margin-left: 2rem;
padding: 0.5rem;
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/staking/TabParameters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ h3 {
.info_dl dt {
color: var(--dim);
font-size: small;
font-size: var(--sm);
margin-bottom: 4px;
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/components/staking/TableValidators.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ table tr {
table tr td:first-child::before {
content: counter(rowNumber);
position: absolute;
font-size: sm;
font-size: var(--sm);
width: 2rem;
text-align: right;
color: var(--dim);
Expand Down
2 changes: 1 addition & 1 deletion app/src/renderer/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* colors */
--tertiary: hsl(325, 96%, 59%);
--secondary: hsl(277, 92%, 58%);
--primar: y hsl(233, 88%, 57%);
--primary: hsl(233, 88%, 57%);
--link: hsl(217, 100%, 70%);
--hover: rgba(0, 0, 0, 8%);
--hover-bg: rgba(27, 113, 255, 0.1);
Expand Down

0 comments on commit 5f2e050

Please sign in to comment.