mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix(ExchangeRateMutatedField): optimize style.
This commit is contained in:
@@ -59,10 +59,13 @@ export function ExchangeRateMutedField({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const ExchangeRateFormGroup = styled(FormGroup)`
|
const ExchangeRateFormGroup = styled(FormGroup)`
|
||||||
.bp3-label {
|
&.bp3-form-group {
|
||||||
font-size: 12px !important;
|
label.bp3-label {
|
||||||
opacity: 0.7;
|
font-size: 12px;
|
||||||
line-height: 0.5rem;
|
opacity: 0.7;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@@ -72,9 +75,18 @@ const ExchangeRateButton = styled.div`
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #0d244a;
|
color: #0d244a;
|
||||||
|
position: relative;
|
||||||
|
padding-right: 28px;
|
||||||
|
|
||||||
|
.bp3-button {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ExchangeRateFormGroupContent = styled.div`
|
const ExchangeRateFormGroupContent = styled.div`
|
||||||
|
padding: 5px 0;
|
||||||
|
|
||||||
.bp3-form-group {
|
.bp3-form-group {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px 4px !important;
|
margin: 2px 4px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user