-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): dist updates generated by Travis build
- Loading branch information
1 parent
45b6ff8
commit b036647
Showing
43 changed files
with
27,338 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@import "dependencies/patternfly/color-variables.less"; | ||
@import "../node_modules/bootstrap/less/variables.less"; | ||
@import "misc.less"; | ||
@import "card.less"; | ||
@import "charts.less"; | ||
@import "views.less"; | ||
@import "toolbars.less"; | ||
@import "filters.less"; | ||
@import "sort.less"; | ||
@import "notification.less"; | ||
@import "list-view.less"; | ||
@import "table.less"; | ||
@import "wizard.less"; | ||
@import "canvas.less"; | ||
@import "canvas-editor.less"; | ||
@import "pagination.less"; | ||
@import "datepicker.less"; | ||
@import "modal-overlay.less"; | ||
@import "vertical-navigation.less"; |
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 |
---|---|---|
@@ -0,0 +1,201 @@ | ||
.canvas-editor-container { | ||
background-color: @color-pf-white; | ||
height: 100%; | ||
width: 100%; | ||
.canvas-editor-toolbar { | ||
padding: 15px; | ||
a { | ||
color: @color-pf-black-600; | ||
cursor: pointer; | ||
} | ||
a.disabled, a:hover.disabled { | ||
color: @color-pf-black-400; | ||
cursor: not-allowed; | ||
} | ||
a:hover { | ||
color: @color-pf-black-800; | ||
} | ||
button { | ||
margin-right: 6px; | ||
} | ||
.more-actions { | ||
border-left: solid 2px @color-pf-black-300; | ||
margin-left: 6px; | ||
vertical-align: middle; | ||
} | ||
.pficon { | ||
font-size: 20px; | ||
margin-left: 15px; | ||
margin-top: -4px; | ||
vertical-align: middle; | ||
} | ||
.right-aligned-controls { | ||
display: block; | ||
float: right; | ||
font-size: 12px; | ||
font-weight: 600; | ||
padding-right: 5px; | ||
padding-top: 2px; | ||
vertical-align: middle; | ||
} | ||
.show-hide-connectors-label { | ||
vertical-align: 2px; | ||
} | ||
} | ||
.canvas-editor-toolbox-container { | ||
-moz-placeholder-font-style: italic; | ||
-moz-placeholder-padding-left: 10px; | ||
-ms-input-placeholder-font-style: italic; | ||
-ms-input-placeholder-padding-left: 10px; | ||
height: 100%; | ||
position: relative; | ||
width: 100%; | ||
.canvas-editor-toolbox { | ||
background-color: rgba(255, 255, 255, 0.94); | ||
border: 1.5px solid @color-pf-black-300; | ||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); | ||
padding-bottom: 10px; | ||
padding-left: 26px; | ||
padding-right: 26px; | ||
padding-top: 26px; | ||
position: absolute; | ||
top: -1px; | ||
width: 100%; | ||
.draggable-item-icon { | ||
font-size: 28px; | ||
padding-right: 14px; | ||
padding-top: 6px; | ||
vertical-align: middle; | ||
} | ||
.tab-pre-title { | ||
font-size: 12px; | ||
margin-bottom: -6px; | ||
} | ||
.tab-title { | ||
font-size: 14px; | ||
} | ||
.tab-single-line { | ||
padding-bottom: 8px; | ||
padding-top: 8px; | ||
} | ||
.toolbox-items-list { | ||
list-style: none; | ||
max-height: 300px; | ||
overflow-y: auto; | ||
padding-bottom: 4px; | ||
padding-left: 15px; | ||
} | ||
.toolbox-item { | ||
background-color: rgba(255, 255, 255, 0.94); | ||
border-radius: 1px; | ||
border: 1px solid @color-pf-black-400; | ||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); | ||
cursor: pointer; | ||
float: left; | ||
height: 36px; | ||
margin-right: 16px; | ||
margin-top: 16px; | ||
min-height: 52px; | ||
min-width: 325px; | ||
padding: 6px 28px; | ||
position: relative; | ||
vertical-align: middle; | ||
.fa { | ||
font-size: 26px; | ||
margin-right: 8px; | ||
margin-top: 2px; | ||
vertical-align: middle; | ||
} | ||
span { | ||
position: relative; | ||
top: 4px; | ||
} | ||
img { | ||
height: 100%; | ||
margin-right: 8px; | ||
object-fit: contain; | ||
} | ||
&::before { | ||
background-image: linear-gradient(to bottom, @color-pf-blue-400 60%, @color-pf-white 0%); | ||
background-position: left; | ||
background-repeat: repeat-y; | ||
background-size: 2px 5px; | ||
border: 4px solid @color-pf-blue-400; | ||
bottom: 4px; | ||
content: ""; | ||
left: 4px; | ||
position: absolute; | ||
top: 3px; | ||
width: 10px; | ||
} | ||
} | ||
.not-draggable { | ||
background-color: @color-pf-black-200; | ||
cursor: auto; | ||
opacity: 0.4; | ||
} | ||
.toolbox-filter { | ||
margin-top: 10px; | ||
.search-text { | ||
border: 1px solid @color-pf-black-400; | ||
float: right; | ||
position: relative; | ||
text-decoration: none; | ||
width: 250px; | ||
padding-left: 6px; | ||
} | ||
.clear-search-text { | ||
bottom: -6px; | ||
color: @color-pf-black-400; | ||
cursor: pointer; | ||
float: right; | ||
position: relative; | ||
right: -242px; | ||
span { | ||
font-size: 20px; | ||
padding-right: 14px; | ||
vertical-align: middle; | ||
} | ||
} | ||
} | ||
.close-toolbox { | ||
font-size: 16px; | ||
float: right; | ||
position: relative; | ||
cursor: pointer; | ||
top: -17px; | ||
right: -12px; | ||
color: @color-pf-black-600; | ||
cursor: pointer; | ||
:hover { | ||
color: @color-pf-black-800; | ||
} | ||
} | ||
} | ||
.canvas-container { | ||
height: 756px; | ||
margin-left: 15px; | ||
overflow: auto; | ||
width: 98%; | ||
} | ||
a { | ||
color: #000000; | ||
} | ||
&::-webkit-input-placeholder { | ||
font-style: italic; | ||
padding-left: 10px; | ||
} | ||
&::-moz-placeholder { | ||
font-style: italic; | ||
padding-left: 10px; | ||
} | ||
} | ||
} | ||
.subtabs { | ||
.nav-tabs-pf { | ||
padding-left: 18px; | ||
li { | ||
font-size: 14px; | ||
} | ||
} | ||
} |
Oops, something went wrong.