Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Remove obsolete style rules - mx_SpaceRoomView_inviteTeammates_betaDisclaimer #11004

Merged
merged 5 commits into from
May 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions res/css/structures/_SpaceRoomView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -271,23 +271,6 @@ $SpaceRoomViewInnerWidth: 428px;
}

.mx_SpaceRoomView_inviteTeammates {
/* XXX remove this when spaces leaves Beta */
.mx_SpaceRoomView_inviteTeammates_betaDisclaimer {
padding: 16px;
position: relative;
border-radius: 8px;
background-color: $header-panel-bg-color;
max-width: $SpaceRoomViewInnerWidth;
margin: 20px 0 30px;
box-sizing: border-box;

.mx_BetaCard_betaPill {
position: absolute;
left: 16px;
top: 16px;
}
}

.mx_SpaceRoomView_inviteTeammates_buttons {
color: $secondary-content;
margin-top: 28px;
Expand Down