MOBILE-4362 styles: Improve some radius
parent
a12d5ef66f
commit
b39bd13227
|
@ -4,6 +4,10 @@
|
|||
flex-direction: column;
|
||||
background: var(--background);
|
||||
|
||||
ion-card {
|
||||
--border-radius: var(--radius-sm);
|
||||
}
|
||||
|
||||
::ng-deep ion-item-divider {
|
||||
min-height: var(--item-divider-min-height);
|
||||
}
|
||||
|
|
|
@ -1236,6 +1236,7 @@ ion-chip {
|
|||
|
||||
ion-searchbar {
|
||||
height: var(--height) !important;
|
||||
--border-radius: var(--radius-xs);
|
||||
|
||||
.searchbar-input-container {
|
||||
color: var(--color) !important;
|
||||
|
@ -1243,6 +1244,8 @@ ion-searchbar {
|
|||
}
|
||||
|
||||
.searchbar-input {
|
||||
--border-radius: var(--radius-xs);
|
||||
|
||||
height: var(--height) !important;
|
||||
border: 1px solid var(--border-color) !important;
|
||||
box-shadow: none !important;
|
||||
|
|
Loading…
Reference in New Issue