16 lines
129 B
SCSS
16 lines
129 B
SCSS
|
body
|
||
|
{
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
#page
|
||
|
{
|
||
|
margin-top: 16px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.row .header
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
padding-bottom: 8px;
|
||
|
}
|