mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 15:20:18 +00:00
Fixed DatePresenter, DateRangePresenter (#5507)
This commit is contained in:
parent
f641e398e1
commit
3fd11fbf79
@ -179,7 +179,7 @@
|
|||||||
min-width: 1.5rem;
|
min-width: 1.5rem;
|
||||||
background-color: var(--noborder-bg-color);
|
background-color: var(--noborder-bg-color);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.375rem;
|
||||||
box-shadow: var(--button-shadow);
|
box-shadow: var(--button-shadow);
|
||||||
transition-property: border, background-color, color, box-shadow;
|
transition-property: border, background-color, color, box-shadow;
|
||||||
transition-duration: 0.15s;
|
transition-duration: 0.15s;
|
||||||
@ -191,8 +191,8 @@
|
|||||||
|
|
||||||
.btn-icon {
|
.btn-icon {
|
||||||
margin-right: 0.375rem;
|
margin-right: 0.375rem;
|
||||||
width: 0.875rem;
|
width: 1rem;
|
||||||
height: 0.875rem;
|
height: 1rem;
|
||||||
transition: color 0.15s;
|
transition: color 0.15s;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
@ -332,7 +332,7 @@
|
|||||||
color: var(--theme-caption-color);
|
color: var(--theme-caption-color);
|
||||||
background-color: var(--theme-button-default);
|
background-color: var(--theme-button-default);
|
||||||
border-color: var(--theme-button-border);
|
border-color: var(--theme-button-border);
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.375rem;
|
||||||
|
|
||||||
&.withIcon {
|
&.withIcon {
|
||||||
padding: 0 1rem 0 0.75rem;
|
padding: 0 1rem 0 0.75rem;
|
||||||
|
@ -521,7 +521,7 @@
|
|||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
color: var(--theme-content-color);
|
color: var(--theme-content-color);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.375rem;
|
||||||
transition-property: border, background-color, color, box-shadow;
|
transition-property: border, background-color, color, box-shadow;
|
||||||
transition-duration: 0.15s;
|
transition-duration: 0.15s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -543,8 +543,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-icon {
|
.btn-icon {
|
||||||
width: 0.875rem;
|
margin-right: 0.375rem;
|
||||||
height: 0.875rem;
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
transition: color 0.15s;
|
transition: color 0.15s;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
@ -659,7 +660,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.link {
|
&.link {
|
||||||
padding: 0 0.875rem;
|
padding: 0 0.75rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: var(--theme-caption-color);
|
color: var(--theme-caption-color);
|
||||||
|
|
||||||
@ -678,7 +679,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.regular {
|
&.regular {
|
||||||
padding: 0 0.625rem;
|
padding: 0 0.75rem;
|
||||||
color: var(--theme-caption-color);
|
color: var(--theme-caption-color);
|
||||||
background-color: var(--theme-button-default);
|
background-color: var(--theme-button-default);
|
||||||
border-color: var(--theme-button-border);
|
border-color: var(--theme-button-border);
|
||||||
|
Loading…
Reference in New Issue
Block a user