mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
12a3283790
Fixed issue with color saving Redesigned color select section
38 lines
401 B
SCSS
38 lines
401 B
SCSS
|
|
#new-pixel-warning {
|
|
display: none;
|
|
text-align: center;
|
|
margin: 20px 0 0;
|
|
font-style: italic;
|
|
}
|
|
|
|
#new-pixel-inventory {
|
|
display: none;
|
|
}
|
|
|
|
#new-pixel-map {
|
|
display: none;
|
|
}
|
|
|
|
#new-voxel-world {
|
|
display: none;
|
|
}
|
|
|
|
.dimentions-x {
|
|
margin: -2px 7px;
|
|
path {
|
|
fill: $baseicon
|
|
}
|
|
}
|
|
|
|
#no-palette-button {
|
|
display: none;
|
|
}
|
|
|
|
#editor-mode-info {
|
|
font-style: italic;
|
|
}
|
|
|
|
#editor-mode {
|
|
display: none;
|
|
} |