mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-20 01:36:32 +00:00
minifix: re-build css (#1088)
This commit is contained in:
parent
b55ff3eef8
commit
838f3cc50d
@ -6402,10 +6402,10 @@ body {
|
|||||||
.component-drive-selector-body .list-group-item-text {
|
.component-drive-selector-body .list-group-item-text {
|
||||||
word-break: break-all; }
|
word-break: break-all; }
|
||||||
|
|
||||||
.modal-drive-selector-modal .list-group {
|
.component-drive-selector-body .list-group {
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0; }
|
||||||
|
|
||||||
.modal-drive-selector-modal .list-group-item {
|
.component-drive-selector-body .list-group-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
@ -6413,19 +6413,19 @@ body {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: #ededed;
|
border-color: #ededed;
|
||||||
padding: 12px 0; }
|
padding: 12px 0; }
|
||||||
.modal-drive-selector-modal .list-group-item > .tick {
|
.component-drive-selector-body .list-group-item > .tick {
|
||||||
font-size: 11px; }
|
font-size: 11px; }
|
||||||
.modal-drive-selector-modal .list-group-item :first-child {
|
.component-drive-selector-body .list-group-item :first-child {
|
||||||
flex-grow: 1; }
|
flex-grow: 1; }
|
||||||
.modal-drive-selector-modal .list-group-item:first-child {
|
.component-drive-selector-body .list-group-item:first-child {
|
||||||
border-top: 0; }
|
border-top: 0; }
|
||||||
.modal-drive-selector-modal .list-group-item[disabled] .list-group-item-heading {
|
.component-drive-selector-body .list-group-item[disabled] .list-group-item-heading {
|
||||||
color: #b3b3b3; }
|
color: #b3b3b3; }
|
||||||
|
|
||||||
.modal-drive-selector-modal .list-group-item-heading {
|
.component-drive-selector-body .list-group-item-heading {
|
||||||
font-size: 13px; }
|
font-size: 13px; }
|
||||||
|
|
||||||
.modal-drive-selector-modal .list-group-item-text {
|
.component-drive-selector-body .list-group-item-text {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #b3b3b3; }
|
color: #b3b3b3; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user