mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
Remove no longer used .section-footer-main css rules
Change-type: patch
This commit is contained in:
parent
04e0b56dd5
commit
54fda697ce
@ -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 {
|
.section-loader {
|
||||||
webview {
|
webview {
|
||||||
flex: 0 1;
|
flex: 0 1;
|
||||||
|
@ -9740,25 +9740,6 @@ body {
|
|||||||
body > footer {
|
body > footer {
|
||||||
flex: 0 0 auto; }
|
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 {
|
.section-loader webview {
|
||||||
flex: 0 1;
|
flex: 0 1;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user