feat: add legacy warning to block factory (#8234)

This commit is contained in:
Maribeth Bottorff
2024-06-28 14:42:36 -07:00
committed by GitHub
parent 9a0619aa2a
commit e76daa5d8d
3 changed files with 11 additions and 1 deletions

View File

@@ -127,6 +127,13 @@ button, .buttonStyle {
float: right;
}
#legacyBanner {
border: #ccc 1px solid;
background-color: #FFCDD2;
margin: 4px;
padding: 4px;
}
#blockFactoryContent {
height: 85%;
width: 100%;