Vulcan/packages/my-custom-package/lib/stylesheets/custom.scss

18 lines
No EOL
249 B
SCSS

.logo-hello {
display: flex;
justify-content: center;
color: #333;
}
.post-red{
background-color: #FFD3D2;
}
.post-blue{
background-color: #D2F5FF;
}
.post-yellow{
background-color: #FBFFD2;
}
.post-green{
background-color: #D2FFD2;
}