10 lines
No EOL
153 B
SCSS
10 lines
No EOL
153 B
SCSS
#Party {
|
|
margin-bottom: $unit * 4;
|
|
}
|
|
#Party .Extra {
|
|
color: #888;
|
|
display: flex;
|
|
font-weight: 500;
|
|
gap: 8px;
|
|
line-height: 34px;
|
|
} |