Remove no longer used .section-footer-main css rules

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-01-02 19:03:48 +01:00 committed by Lorenzo Alberto Maria Ambrosi
parent 04e0b56dd5
commit 54fda697ce
2 changed files with 0 additions and 48 deletions

View File

@ -140,35 +140,6 @@ body {
}
}
.section-footer-main {
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: $palette-theme-dark-disabled-foreground;
margin: 0 30px 16px 30px;
padding-top: 15px;
border-top: 2px solid $palette-theme-dark-soft-background;
text-align: center;
// Override default column padding
// set by flexboxgrid.
.col-xs {
padding: 0;
}
.svg-icon {
margin: 0 13px;
}
.footer-right {
font-size: 10px;
position: absolute;
right: 0;
}
}
.section-loader {
webview {
flex: 0 1;

View File

@ -9740,25 +9740,6 @@ body {
body > footer {
flex: 0 0 auto; }
.section-footer-main {
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: #787c7f;
margin: 0 30px 16px 30px;
padding-top: 15px;
border-top: 2px solid #64686a;
text-align: center; }
.section-footer-main .col-xs {
padding: 0; }
.section-footer-main .svg-icon {
margin: 0 13px; }
.section-footer-main .footer-right {
font-size: 10px;
position: absolute;
right: 0; }
.section-loader webview {
flex: 0 1;
height: 0;