mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
remove unused styles from dialogs-import.css
This commit is contained in:
parent
799bf76a86
commit
261259b38f
12
src/css/dialogs-import.css
vendored
12
src/css/dialogs-import.css
vendored
@ -143,13 +143,6 @@
|
|||||||
font-size:1.3em
|
font-size:1.3em
|
||||||
}
|
}
|
||||||
|
|
||||||
.import-button {
|
|
||||||
font-size: 1em;
|
|
||||||
height: 28px;
|
|
||||||
padding: 0px 10px;
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SELECT MODE
|
* SELECT MODE
|
||||||
*/
|
*/
|
||||||
@ -245,7 +238,6 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.import-mode-option,
|
|
||||||
.import-resize-option,
|
.import-resize-option,
|
||||||
.insert-mode-option {
|
.insert-mode-option {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -253,7 +245,6 @@
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.import-mode-option :checked + span,
|
|
||||||
.import-resize-option :checked + span,
|
.import-resize-option :checked + span,
|
||||||
.insert-mode-option :checked + span {
|
.insert-mode-option :checked + span {
|
||||||
color: var(--highlight-color);
|
color: var(--highlight-color);
|
||||||
@ -263,8 +254,7 @@
|
|||||||
* ADJUST SIZE
|
* ADJUST SIZE
|
||||||
*/
|
*/
|
||||||
.import-resize-anchor-info,
|
.import-resize-anchor-info,
|
||||||
.import-resize-option-label,
|
.import-resize-option-label {
|
||||||
.insert-mode-option-label {
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user