Delete new room intro stale CSS

pull/21833/head
Germain Souquet 2021-06-10 11:19:25 +01:00
parent 7f3173f170
commit 0e2e327c46
1 changed files with 0 additions and 20 deletions

View File

@ -69,24 +69,4 @@ limitations under the License.
font-size: $font-15px; font-size: $font-15px;
color: $secondary-fg-color; color: $secondary-fg-color;
} }
.mx_NewRoomIntro_message:not(:first-child) {
padding-top: 1em;
margin-top: 1em;
border-top: 1px solid currentColor;
}
.mx_NewRoomIntro_message[role=alert]::before {
--size: 25px;
content: "!";
float: left;
border-radius: 50%;
width: var(--size);
height: var(--size);
line-height: var(--size);
text-align: center;
background: $button-danger-bg-color;
color: #fff;
margin-right: calc(var(--size) / 2);
}
} }