Skip to content
Open
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
2 changes: 2 additions & 0 deletions promo-shock/src/templates/new-promo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ const NewPromo: FC = () => {
/>
)}
/>

<span className={classes.utcLabel}>UTC time zone</span>
</div>

<div
Expand Down
12 changes: 12 additions & 0 deletions promo-shock/src/templates/new-promo/new-promo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}

.column {
position: relative;
display: grid;
> *:first-child > * {
margin-bottom: 56px;
Expand Down Expand Up @@ -119,3 +120,14 @@
text-align: center;
color: #FF4D4F;
}

.utcLabel {
vertical-align: middle;
display: flex;
align-items: center;
margin-left: 395px;
font-family: var(--font-georama);
position: absolute;
left: 0;
bottom: 33px;
}
4 changes: 2 additions & 2 deletions promo-shock/src/templates/new-stream-pass/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ const NewStreamPass: FC = () => {
/>
)}
/>

<span className={classes.utcLabel}>UTC time zone</span>
</div>
<div
className={classNames(
Expand All @@ -274,6 +272,8 @@ const NewStreamPass: FC = () => {
/>
)}
/>

<span className={classes.utcLabel}>UTC time zone</span>
</div>
<div
className={classNames(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
vertical-align: middle;
display: flex;
align-items: center;
margin-left: 120px !important;
margin-left: 240px !important;
font-family: var(--font-georama);
}
8 changes: 4 additions & 4 deletions promo-shock/src/ui-kit/form/icons/icon-delete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ export const IconDelete = () => (
<path
d="M16 19V24"
stroke="#F759AB"
stroke-width="2.5"
stroke-linecap="round"
strokeWidth="2.5"
strokeLinecap="round"
/>
<path
d="M21 19V24"
stroke="#F759AB"
stroke-width="2.5"
stroke-linecap="round"
strokeWidth="2.5"
strokeLinecap="round"
/>
</svg>
);