VoiceAndMenu.uss 379 B

123456789101112
  1. .subMenu {
  2. flex-grow: initial;
  3. background-image: url("project://database/Assets/Pictures/manu.png?fileID=2006701733&guid=46e529c3d84b9b34aaa338b9efa4c217&type=3#Camera");
  4. width: 24%;
  5. height: 24px;
  6. -unity-background-scale-mode: stretch-to-fill;
  7. position: absolute;
  8. flex-shrink: initial;
  9. top: 114px;
  10. left: 51px;
  11. transition-duration: 0.4s;
  12. }