-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Instructions to add Tasks or Pipelines
This patch adds an icon and onclick it opens a modal which shows instructions to add tasks or pipelines to Hub Signed-off-by: Shiv Verma <[email protected]>
- Loading branch information
1 parent
199d5a2
commit 4131fb4
Showing
11 changed files
with
416 additions
and
112 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,34 @@ | ||
.hub-header-login { | ||
color: white; | ||
font-size: 1em; | ||
margin-left: 1.8em; | ||
text-decoration: none; | ||
vertical-align: 0em !important; | ||
} | ||
|
||
.header-search-hint svg { | ||
vertical-align: 0em !important; | ||
margin-left: 0.2em; | ||
vertical-align: 0.5em !important; | ||
margin-left: -1em; | ||
cursor: pointer; | ||
} | ||
|
||
.hub-header-contribute { | ||
cursor: pointer; | ||
color: white; | ||
font-size: 1em; | ||
text-decoration: none; | ||
} | ||
|
||
.header-dropdown > .pf-c-dropdown__toggle-icon { | ||
margin-left: -0.1em; | ||
} | ||
|
||
.hub-header-contribute { | ||
color: white; | ||
font-size: 1em; | ||
margin-left: 0.5em; | ||
} | ||
|
||
.header-contribute__dropdown { | ||
outline: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.