mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
18 lines
283 B
SCSS
18 lines
283 B
SCSS
#import-image {
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 15px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.import-image-file {
|
|
button {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.import-image-location-pivot {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
} |