@carbon/ibm-products 2.28.0-alpha.4 → 2.28.1

Sign up to get free protection for your applications and to get access to all the features.
package/css/index.css CHANGED
@@ -7764,7 +7764,7 @@ a.cds--overflow-menu-options__btn::before {
7764
7764
  overflow: auto;
7765
7765
  flex-grow: 1;
7766
7766
  }
7767
- .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__main {
7767
+ .c4p--tearsheet.c4p--tearsheet--has-slug .c4p--tearsheet__content {
7768
7768
  background: linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)) 0%, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, var(--cds-background, #ffffff)), var(--cds-background, var(--cds-background, #ffffff))) border-box;
7769
7769
  box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2));
7770
7770
  }
@@ -35921,4 +35921,41 @@ a.cds--side-nav__link--current::before {
35921
35921
  letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
35922
35922
  }
35923
35923
 
35924
+ .c4p--user-avatar__photo {
35925
+ border-radius: 100%;
35926
+ object-fit: contain;
35927
+ }
35928
+
35929
+ .c4p--user-avatar__photo--xl {
35930
+ position: fixed;
35931
+ border-radius: 100%;
35932
+ object-fit: fill;
35933
+ width: 4rem;
35934
+ height: 4rem;
35935
+ }
35936
+
35937
+ .c4p--user-avatar__photo--lg {
35938
+ position: fixed;
35939
+ border-radius: 100%;
35940
+ object-fit: fill;
35941
+ width: 3rem;
35942
+ height: 3rem;
35943
+ }
35944
+
35945
+ .c4p--user-avatar__photo--md {
35946
+ position: fixed;
35947
+ border-radius: 100%;
35948
+ object-fit: fill;
35949
+ width: 2rem;
35950
+ height: 2rem;
35951
+ }
35952
+
35953
+ .c4p--user-avatar__photo--sm {
35954
+ position: fixed;
35955
+ border-radius: 100%;
35956
+ object-fit: fill;
35957
+ width: 1.5rem;
35958
+ height: 1.5rem;
35959
+ }
35960
+
35924
35961
  /*# sourceMappingURL=index.css.map */