at the end of the day, it was inevitable
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
// Footer base
|
||||
|
||||
.app-footer {
|
||||
height: $app-header-height;
|
||||
|
||||
.app-footer__inner {
|
||||
padding: 0 $layout-spacer-x 0 ($layout-spacer-x / 2);
|
||||
height: $app-header-height;
|
||||
transition: all .2s;
|
||||
|
||||
display: flex;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
|
||||
.app-footer-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.app-footer-right {
|
||||
margin-inline-start: auto;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Footer Dots Section
|
||||
|
||||
.footer-dots {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
|
||||
.dots-separator {
|
||||
height: 40px;
|
||||
margin: 0 ($layout-spacer-x / 2.5);
|
||||
width: 1px;
|
||||
background: $gray-200;
|
||||
}
|
||||
}
|
||||
|
||||
.dot-btn-wrapper {
|
||||
padding: .5rem;
|
||||
position: relative;
|
||||
display: flex;
|
||||
opacity: .7;
|
||||
transition: opacity .2s;
|
||||
|
||||
.badge-abs {
|
||||
right: 50%;
|
||||
|
||||
&.badge-dot-sm {
|
||||
top: -2px;
|
||||
margin-inline-end: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
.dot-btn-icon {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// Footer Modifiers
|
||||
|
||||
@import "fixed-footer";
|
||||
Reference in New Issue
Block a user