Merge pull request #3503 from matrix-org/bwindels/custom-themes-mvp
Custom theming MVP
This commit is contained in:
commit
c8c4dc29d1
13 changed files with 299 additions and 110 deletions
|
@ -70,10 +70,10 @@ limitations under the License.
|
|||
.mx_RoomSubList_badge {
|
||||
flex: 0 0 auto;
|
||||
border-radius: 8px;
|
||||
color: $accent-fg-color;
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
padding: 0 5px;
|
||||
color: $roomtile-badge-fg-color;
|
||||
background-color: $roomtile-name-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -104,6 +104,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomSubList_badgeHighlight {
|
||||
color: $accent-fg-color;
|
||||
background-color: $warning-color;
|
||||
}
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ limitations under the License.
|
|||
flex: 0 1 content;
|
||||
border-radius: 0.8em;
|
||||
padding: 0 0.4em;
|
||||
color: $accent-fg-color;
|
||||
color: $roomtile-badge-fg-color;
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -156,6 +156,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomTile_highlight .mx_RoomTile_badge,
|
||||
.mx_RoomTile_badge.mx_RoomTile_badgeRed {
|
||||
color: $accent-fg-color;
|
||||
background-color: $warning-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue