mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
Remove unused styles
Change-type: patch
This commit is contained in:
parent
ba21da4f0b
commit
9c25cc663a
@ -18,50 +18,12 @@
|
|||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-xs-5.inline-flex.items-baseline > span, .col-xs-5.inline-flex.items-baseline > div {
|
|
||||||
margin-bottom: -10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .button-label {
|
|
||||||
margin: 0 auto $spacing-medium;
|
|
||||||
|
|
||||||
// Keep some spacing at the sides
|
|
||||||
max-width: $btn-min-width - 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .button-primary {
|
|
||||||
min-width: $btn-min-width;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .title,
|
.page-finish .title,
|
||||||
.page-finish .title h3 {
|
.page-finish .title h3 {
|
||||||
color: $palette-theme-dark-foreground;
|
color: $palette-theme-dark-foreground;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-finish .huge-title {
|
|
||||||
font-size: 3.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .label {
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
> b {
|
|
||||||
color: $palette-theme-dark-soft-foreground;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .soft {
|
|
||||||
color: $palette-theme-dark-soft-foreground;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .separator-xs {
|
|
||||||
flex-grow: 0;
|
|
||||||
background-color: $palette-theme-dark-soft-background;
|
|
||||||
padding: 0px;
|
|
||||||
min-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .center {
|
.page-finish .center {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -148,10 +110,6 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items-baseline {
|
|
||||||
align-items: baseline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-finish .tick {
|
.page-finish .tick {
|
||||||
/* hack(Shou): for some reason the height is stretched */
|
/* hack(Shou): for some reason the height is stretched */
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@ -164,11 +122,3 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-wrap {
|
|
||||||
margin-left: 5px;
|
|
||||||
|
|
||||||
> .title {
|
|
||||||
margin-bottom: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user