11 lines
149 B
SCSS
11 lines
149 B
SCSS
.message-in-page {
|
|
margin-bottom: 2rem;
|
|
position: relative;
|
|
|
|
.close-button {
|
|
position: absolute;
|
|
right: 1rem;
|
|
top: $size-10;
|
|
}
|
|
}
|