Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
/* IconTextButton Styles */
|
||||
|
||||
.unity-icon-text-button {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.unity-icon-text-button__image {
|
||||
flex: var(--fixed-size);
|
||||
width: var(--icon-size);
|
||||
height: var(--icon-size);
|
||||
}
|
||||
|
||||
.light .unity-icon-text-button.icon-publish .unity-icon-text-button__image {
|
||||
background-image: resource("Packages/com.unity.collab-proxy/Editor/Assets/Icons/publish-light.png");
|
||||
}
|
||||
|
||||
.dark .unity-icon-text-button.icon-publish .unity-icon-text-button__image {
|
||||
background-image: resource("Packages/com.unity.collab-proxy/Editor/Assets/Icons/publish-dark.png");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue