Update
This commit is contained in:
@@ -347,6 +347,19 @@ DropdownField:hover .unity-base-field__input {
|
||||
PANELS & OTHERS
|
||||
============================================================ */
|
||||
.panel-glass { background-color: var(--color-surface); border-radius: 20px; }
|
||||
|
||||
.panel-glass--right {
|
||||
flex-grow: 1;
|
||||
background-color: var(--color-surface);
|
||||
padding: 40px;
|
||||
border-top-left-radius: 40px;
|
||||
border-bottom-left-radius: 40px;
|
||||
/* Flush with right edge */
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
margin-right: 0;
|
||||
border-right-width: 0;
|
||||
}
|
||||
.rebind-row { flex-direction: row; justify-content: space-between; align-items: center; padding: 12px 16px; background-color: rgba(255, 255, 255, 0.02); border-radius: 10px; margin-bottom: 6px; }
|
||||
.rebind-label { font-size: 14px; color: #cccccc; }
|
||||
.rebind-button { width: 140px; height: 36px; background-color: rgba(255, 255, 255, 0.08); border-radius: 8px; border-width: 1px; border-color: rgba(255, 255, 255, 0.1); color: #00ffcc; font-size: 13px; -unity-font-style: bold; }
|
||||
|
||||
Reference in New Issue
Block a user