Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3359279
D3618.id11530.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3618.id11530.diff
View Options
diff --git a/web/modals/modal.css b/web/modals/modal.css
--- a/web/modals/modal.css
+++ b/web/modals/modal.css
@@ -40,7 +40,6 @@
flex: 1;
display: flex;
flex-direction: column;
- width: 330px;
}
div.large-modal-container div.modal {
width: 500px;
@@ -56,16 +55,21 @@
color: var(--fg);
}
span.modal-close:hover {
- color: black;
cursor: pointer;
}
div.modal-header {
- padding: 8px 15px;
+ padding: 32px 40px 16px 40px;
}
div.modal-header > h2 {
- font-size: 22px;
- font-weight: 300;
+ font-size: var(--xl-font-20);
+ font-weight: var(--bold);
color: var(--fg);
+ display: flex;
+ align-items: center;
+}
+div.modal-header > h2 svg {
+ padding-right: 8px;
+ display: flex;
}
div.intro-modal {
diff --git a/web/theme.css b/web/theme.css
--- a/web/theme.css
+++ b/web/theme.css
@@ -80,6 +80,7 @@
--unread-bg: var(--error-primary);
--settings-btn-bg: var(--violet-dark-100);
--modal-bg: var(--shades-black-90);
+ --modal-fg: var(--shades-white-60);
--join-bg: var(--shades-black-90);
--help-color: var(--shades-black-60);
--breadcrumb-color: var(--shades-white-60);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 8:23 AM (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2579020
Default Alt Text
D3618.id11530.diff (1 KB)
Attached To
Mode
D3618: [web] [feat] [ENG-972] update modal header to match design
Attached
Detach File
Event Timeline
Log In to Comment