13 lines
263 B
SCSS
13 lines
263 B
SCSS
|
|
// As this is the demo folder, we import Payload SCSS functions relatively.
|
|
@import '../../../../../scss';
|
|
|
|
// In your own projects, you'd import as follows:
|
|
// @import '~payload/scss';
|
|
|
|
.custom-minimal-route {
|
|
&__login-btn {
|
|
margin-right: base(.5);
|
|
}
|
|
}
|