Skip to content

Commit

Permalink
Merge pull request #6 from ezenzen/css_squad_branch_zenzen
Browse files Browse the repository at this point in the history
Css squad branch zenzen
  • Loading branch information
Amstutz authored Mar 11, 2021
2 parents 4734401 + 9be3e28 commit 10ff210
Show file tree
Hide file tree
Showing 21 changed files with 256 additions and 113 deletions.
1 change: 1 addition & 0 deletions src/UI/templates/default/Breadcrumbs/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
margin: 0;
font-weight: @il-standard-page-breadcrumbs-font-weight;
font-size: @font-size-small;
padding: @il-padding-small-vertical;
padding-left: @il-mainbar-btn-width + @il-standard-page-content-padding;

span.crumb {
Expand Down
3 changes: 2 additions & 1 deletion src/UI/templates/default/Card/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
width: 100%;
position:relative;
background-color: @il-card-background;
border: @il-card-border;
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

img{
width: 100%;
Expand Down
4 changes: 4 additions & 0 deletions src/UI/templates/default/Item/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
.il-notification-item{
//To give some extra space in case for vertical scroll bar
padding-right: @il-item-padding + 3px;
.il-item-notification-title {
display: inline-block;
margin: 0;
}
.il-item-additional-content{
clear:both;
}
Expand Down
2 changes: 1 addition & 1 deletion src/UI/templates/default/Listing/workflow.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// margin-bottom: @il-slate-content-padding;
// height: @il-top-bar-height;
.il-workflow-title {
background-color: @il-slate-bulky-bg-color;
background-color: @il-content-bg;
color: @il-main-color;
font-size: 2.6rem;
font-weight: 300;
Expand Down
7 changes: 5 additions & 2 deletions src/UI/templates/default/Panel/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@

margin: 0;
padding: @panel-heading-padding;
padding-bottom: @padding-small-vertical;

border: none;
.box-shadow(none);
h2, h2.ilHeader {
margin: 0;
color: @panel-heading-color;
font-size: @font-size-h2;
line-height: @line-height-large;
font-weight: 600;
}

h3, h3.ilHeader {
margin: 0;
color: @panel-heading-color;
font-size: @font-size-h3;
font-size: @font-size-h4;
}

h4, h4.ilBlockHeader {
Expand Down Expand Up @@ -161,7 +164,7 @@

&:first-child{
.panel-heading{
padding-top: @padding-small-vertical;
padding: @panel-heading-padding;
}
}
}
Expand Down
Loading

0 comments on commit 10ff210

Please sign in to comment.