Feature/various style improvements (#214)
* Improve styles * Update changelog
This commit is contained in:
parent
b765df65d6
commit
e4d325daab
@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Improved the styling of the current pricing plan
|
||||||
|
- Improved the styling of the transaction type badge
|
||||||
- Upgraded `angular-material-css-vars` from version `2.0.0` to `2.1.0`
|
- Upgraded `angular-material-css-vars` from version `2.0.0` to `2.1.0`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.type-badge {
|
.type-badge {
|
||||||
background-color: rgba(var(--dark-primary-text), 0.05);
|
background-color: rgba(var(--palette-foreground-text), 0.05);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
|
||||||
@ -54,7 +54,10 @@
|
|||||||
|
|
||||||
.mat-table {
|
.mat-table {
|
||||||
.type-badge {
|
.type-badge {
|
||||||
background-color: rgba(var(--light-primary-text), 0.1);
|
background-color: rgba(
|
||||||
|
var(--palette-foreground-text-dark),
|
||||||
|
0.1
|
||||||
|
) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
.mat-card {
|
.mat-card {
|
||||||
&.active {
|
&.active {
|
||||||
border-color: rgba(var(--palette-primary-500), 1);
|
border-color: rgba(var(--palette-primary-500), 1);
|
||||||
|
box-shadow: 0 0 0 1px rgba(var(--palette-primary-500), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user