Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DA Floodgate Promote UI #3378

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 7 additions & 2 deletions tools/floodbox/floodbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,19 @@ select {

.detail-card-promote-errors,
.detail-card-preview-errors,
.detail-card-publish-errors,
.url-list.url-list-promote-errors,
.url-list.url-list-preview-errors {
.url-list.url-list-preview-errors,
.url-list.url-list-publish-errors {
background: rgb(255 214 209);
}

.detail-card-promote-ignored,
.detail-card-preview-ignored,
.detail-card-publish-ignored,
.url-list.url-list-promote-ignored,
.url-list.url-list-preview-ignored {
.url-list.url-list-preview-ignored,
.url-list.url-list-publish-ignored {
background: rgb(255 236 209);
}

Expand Down Expand Up @@ -329,6 +333,7 @@ select {
font-weight: bold;
color: #fff;
border: none;
text-wrap: nowrap;
}

.ribbon:disabled {
Expand Down
44 changes: 6 additions & 38 deletions tools/floodbox/floodgate/floodgate.css
Original file line number Diff line number Diff line change
@@ -1,41 +1,9 @@
.info-box {
background: var(--s2-gray-75);
border-radius: var(--s2-radius-100);
padding: var(--spacing-100) var(--spacing-400);
margin-top: var(--spacing-400);
body {
background-color: #fff;
margin: 0 var(--spacing-1000);
}

.info-box p {
margin-top: var(--spacing-50);
margin-bottom: var(--spacing-50);
}

.input-row {
align-items: center;
display: flex;
font-family: var(--body-font-family);
gap: var(--spacing-200);
margin: var(--spacing-200) 0;
}

.input-row input[type='text'] {
border: 2px solid var(--s2-gray-200);
border-radius: var(--s2-radius-100);
padding: 0 8px;
height: 32px;
margin: 0;
box-sizing: border-box;
width: 100%;
}

.input-row textarea {
border: 2px solid var(--s2-gray-200);
border-radius: var(--s2-radius-100);
padding: 8px;
resize: vertical;
width: 100%;
}

.button-row span {
/* CHANGE ME TO SOMETHING ELSE WHEN WE FIGURE OUT WHERE TO PUT THIS INFORMATION */
/* .button-row span {
text-transform: uppercase;
}
} */
Loading
Loading