13 lines
164 B
CSS
13 lines
164 B
CSS
#filename {
|
|
font-size: 80%;
|
|
font-style: italic;
|
|
}
|
|
|
|
#unsaved {
|
|
color: #9d4916;
|
|
font-size: 80%;
|
|
|
|
&:not(.show) {
|
|
display: none;
|
|
}
|
|
} |