about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Shared/RoomListItem.razor.css
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/Shared/RoomListItem.razor.css')
-rw-r--r--MatrixRoomUtils.Web/Shared/RoomListItem.razor.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/MatrixRoomUtils.Web/Shared/RoomListItem.razor.css b/MatrixRoomUtils.Web/Shared/RoomListItem.razor.css
deleted file mode 100644

index 13de656..0000000 --- a/MatrixRoomUtils.Web/Shared/RoomListItem.razor.css +++ /dev/null
@@ -1,48 +0,0 @@ -.roomListItem { - background-color: #ffffff11; - border-radius: 25px; - margin: 8px; - width: fit-Content; -} - -.roomListItem.dangerousRoomVersion { - border: red 4px solid; -} - -.roomListItem.oldRoomVersion { - border: #FF0 1px solid; -} - -.avatar32 { - width: 32px; - height: 32px; - border-radius: 50%; -} - -.avatar32.vcenter { - vertical-align: baseline; -} - -.highlightChange { - background-color: red; - border-color: red; - border-width: 3px; - border-style: dashed; -} - -.inlineBlock { - display: inline-block; -} - -.centerVertical { - vertical-align: middle; - padding-right: 8px; -} - -.noLeftPadding { - padding-left: 0px; -} - -.border75 { - border-radius: 75px; -} \ No newline at end of file