remove unused styles from dialogs-import.css

This commit is contained in:
juliandescottes 2017-05-09 01:25:08 +02:00 committed by Julian Descottes
parent 799bf76a86
commit 261259b38f

View File

@ -143,13 +143,6 @@
font-size:1.3em
}
.import-button {
font-size: 1em;
height: 28px;
padding: 0px 10px;
margin-top: 15px;
}
/**
* SELECT MODE
*/
@ -245,7 +238,6 @@
flex-grow: 1;
}
.import-mode-option,
.import-resize-option,
.insert-mode-option {
display: flex;
@ -253,7 +245,6 @@
margin-bottom: 5px;
}
.import-mode-option :checked + span,
.import-resize-option :checked + span,
.insert-mode-option :checked + span {
color: var(--highlight-color);
@ -263,8 +254,7 @@
* ADJUST SIZE
*/
.import-resize-anchor-info,
.import-resize-option-label,
.insert-mode-option-label {
.import-resize-option-label {
margin-bottom: 10px;
}