MOBILE-3814 style: Reduce usage of theme globals if not needed
parent
e79c5d8edb
commit
bb28a899bd
|
@ -1,7 +1,3 @@
|
|||
@import "~theme/globals";
|
||||
|
||||
:host {
|
||||
ion-item > p[slot="end"] {
|
||||
ion-item > p[slot="end"] {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "~theme/globals";
|
||||
|
||||
:host {
|
||||
> div {
|
||||
max-width: 100%;
|
||||
|
@ -14,7 +12,10 @@
|
|||
|
||||
.core-loading-container {
|
||||
position: absolute;
|
||||
@include position(0, 0, 0, 0);
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: table;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "~theme/globals";
|
||||
|
||||
ion-item {
|
||||
--border-color: var(--core-more-item-border, var(--ion-border-color));
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
ion-badge {
|
||||
cursor: pointer;
|
||||
@include margin-horizontal(4px, 4px);
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "~theme/globals";
|
||||
|
||||
:host {
|
||||
|
||||
.core-user-profile-maininfo::part(native) {
|
||||
|
@ -41,7 +39,8 @@
|
|||
.core-user-profile-interests {
|
||||
ion-badge {
|
||||
cursor: pointer;
|
||||
@include margin-horizontal(3px, 3px);
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue