-
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
89bee5d
commit 77d9b3d
Showing
6 changed files
with
303 additions
and
80 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,32 @@ | ||
.hub-header-login { | ||
color: white; | ||
font-size: 1em; | ||
vertical-align: 0em !important; | ||
} | ||
|
||
.header-search-hint svg { | ||
vertical-align: 0em !important; | ||
cursor: pointer; | ||
margin-left: -0.3em; | ||
} | ||
|
||
.header-add-resource svg { | ||
vertical-align: -0.65em !important; | ||
margin-left: 0.2em; | ||
cursor: pointer; | ||
} | ||
|
||
.hub-header-contribute { | ||
cursor: pointer; | ||
font-size: 1em; | ||
text-decoration: none; | ||
} | ||
|
||
.hub-header-login-margin { | ||
margin-right: -1em; | ||
margin-top: -0.6em; | ||
} | ||
|
||
.hub-header-contribute-margin { | ||
margin-top: -0.6em; | ||
} |
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.