11 lines
180 B
SCSS
11 lines
180 B
SCSS
img.skin#flat {
|
|
image-rendering: pixelated;
|
|
height: 250px;
|
|
}
|
|
|
|
div#notification-area {
|
|
position: absolute;
|
|
width: calc(50% - 1em);
|
|
bottom: 1em;
|
|
right: 1em;
|
|
} |