mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
37 lines
547 B
CSS
37 lines
547 B
CSS
.save-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.save-status {
|
|
margin-top: 10px;
|
|
margin-bottom: -10px;
|
|
vertical-align: middle;
|
|
font-weight: normal;
|
|
text-shadow: none;
|
|
font-style: italic;
|
|
}
|
|
|
|
.save-file-name {
|
|
white-space: nowrap;
|
|
font-weight: bold;
|
|
color: white;
|
|
font-style: normal;
|
|
}
|
|
|
|
.save-desktop-file-name {
|
|
word-wrap: break-word;
|
|
font-weight: bold;
|
|
color: white;
|
|
font-style: normal;
|
|
}
|
|
|
|
.save-status-warning-icon {
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.save-status-warning-icon {
|
|
overflow: hidden;
|
|
padding-left: 10px;
|
|
}
|