12345678910111213141516171819202122232425262728293031323334 |
- .subMenu {
- flex-grow: initial;
- background-image: url("project://database/Assets/Pictures/manu.png?fileID=2006701733&guid=46e529c3d84b9b34aaa338b9efa4c217&type=3#Camera");
- width: 45px;
- height: 45px;
- -unity-background-scale-mode: stretch-to-fill;
- position: absolute;
- flex-shrink: initial;
- top: 114px;
- left: 51px;
- transition-duration: 0.4s;
- visibility: hidden;
- }
- .dogNameLabel {
- -unity-font-definition: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
- background-color: rgba(255, 252, 90, 0.2);
- border-left-color: rgba(185, 250, 120, 0.69);
- border-right-color: rgba(185, 250, 120, 0.69);
- border-top-color: rgba(185, 250, 120, 0.69);
- border-bottom-color: rgba(185, 250, 120, 0.69);
- border-top-width: 2px;
- border-right-width: 2px;
- border-bottom-width: 2px;
- border-left-width: 2px;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- margin-top: 8px;
- margin-bottom: 8px;
- margin-right: 0;
- margin-left: 2px;
- }
|