Skip to content

Commit

Permalink
✨ Shrink header/footer (#309)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#112
  • Loading branch information
Findeton committed Jun 9, 2023
1 parent 9553124 commit ee3d2cc
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions avUi/common-footer-directive/common-footer-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
}

.footer-container {
padding-top: 24.5px;
padding-bottom: 24.5px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
font-size: 16px;
line-height: 21px;

@media(max-width: @screen-sm-max) {
padding-top: 15px;
padding-bottom: 15px;
padding-top: 12px;
padding-bottom: 12px;
}
}

Expand Down
8 changes: 4 additions & 4 deletions avUi/common-header-directive/common-header-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
**/

[avb-common-header] {
top: -65px;
top: -24px;
position: sticky;
z-index: 10;
transition: all 0.3s ease;
Expand All @@ -28,12 +28,12 @@


.header-navbar {
height: 120px;
height: 79px;
display: flex;
position: sticky;
align-items: center;
background-color: @av-primary;
top: -65px;
top: -24px;

@media(max-width: @screen-xs-max) {
height: 79px;
Expand Down Expand Up @@ -122,7 +122,7 @@
left: 50%;
transform: translate(-50%, 50%);

@media(max-width: @screen-md-min) {
@media(max-width: @screen-lg-min) {
position: unset;
bottom: unset;
left: unset;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
}

.footer-container {
padding-top: 24.5px;
padding-bottom: 24.5px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
font-size: 16px;
line-height: 21px;

@media(max-width: @screen-sm-max) {
padding-top: 15px;
padding-bottom: 15px;
padding-top: 12px;
padding-bottom: 12px;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
**/

[avb-common-header] {
top: -65px;
top: -24px;
position: sticky;
z-index: 10;
transition: all 0.3s ease;
Expand All @@ -28,12 +28,12 @@


.header-navbar {
height: 120px;
height: 79px;
display: flex;
position: sticky;
align-items: center;
background-color: @av-primary;
top: -65px;
top: -24px;

@media(max-width: @screen-xs-max) {
height: 79px;
Expand Down Expand Up @@ -122,7 +122,7 @@
left: 50%;
transform: translate(-50%, 50%);

@media(max-width: @screen-md-min) {
@media(max-width: @screen-lg-min) {
position: unset;
bottom: unset;
left: unset;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/default/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/podemos/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/test/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/v2/app.min.css

Large diffs are not rendered by default.

0 comments on commit ee3d2cc

Please sign in to comment.