mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
18 lines
479 B
CSS
18 lines
479 B
CSS
/************************************************************************************************/
|
|
/* Import panel */
|
|
/************************************************************************************************/
|
|
|
|
.import-section,
|
|
.resize-section {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.file-input-button {
|
|
margin-right: 8px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.import-highlight {
|
|
font-weight: bold;
|
|
color: white;
|
|
} |