Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some css variables #1698

Merged
merged 4 commits into from
Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,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

## [0.10.7] - 2018-10-10

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(--sm);
jbibla marked this conversation as resolved.
Show resolved Hide resolved
}

.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
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 @@ -511,14 +511,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 @@ -578,7 +578,7 @@ export default {

.info_dl dt {
color: var(--dim);
font-size: small;
font-size: var(--sm);
margin-bottom: 4px;
}

Expand Down Expand Up @@ -607,7 +607,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