9 lines
123 B
SCSS
9 lines
123 B
SCSS
.content{
|
|
padding: 32px;
|
|
line-height: 2.4rem;
|
|
}
|
|
|
|
.nr-bg{
|
|
background: linear-gradient(to bottom, #ffe0e0, #ffffff);
|
|
}
|