15 lines
258 B
SCSS
15 lines
258 B
SCSS
.empty-state {
|
|
text-align: center;
|
|
padding-top: 10rem;
|
|
|
|
p {
|
|
font-family: $font-sans;
|
|
font-weight: 300;
|
|
line-height: 10rem;
|
|
font-size: 44px;
|
|
line-height: 5rem;
|
|
margin: 0 auto;
|
|
padding-bottom: 2rem;
|
|
max-width: 40%;
|
|
}
|
|
} |