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

Sign up to get free protection for your applications and to get access to all the features.
package/css/index.css CHANGED
@@ -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 */