Create styles for new app sticky action footer
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.app-footer {
|
||||
z-index: 3;
|
||||
background-color: $color-white;
|
||||
border-top: 1px solid $color-gray-lightest;
|
||||
display: flex;
|
||||
|
@@ -1,6 +1,9 @@
|
||||
.global-navigation {
|
||||
z-index: 2;
|
||||
background-color: $color-white;
|
||||
height: auto;
|
||||
box-shadow: $box-shadow;
|
||||
margin-bottom: -$footer-height * 2.5;
|
||||
|
||||
.sidenav__link {
|
||||
padding-right: $gap * 2;
|
||||
|
@@ -29,3 +29,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.action-group-footer {
|
||||
@extend .action-group;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: $gap;
|
||||
padding-bottom: $gap;
|
||||
|
||||
position: fixed;
|
||||
bottom: $footer-height;
|
||||
background: white;
|
||||
right: 0;
|
||||
padding-right: $gap * 4;
|
||||
border-top: 1px solid $color-gray-light;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user