Archived
1
0
Fork 0

adding app/assets/less/views/register.less

This commit is contained in:
Henrik Hautakoski 2018-08-13 01:57:42 +02:00
parent 6c14bf9873
commit 808afbac17
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
2 changed files with 7 additions and 0 deletions

View file

@ -42,6 +42,7 @@
@import "views/landingpage";
@import "views/about";
@import "views/login";
@import "views/register";
// Plugins
@import "vendor/ionicons/ionicons";

View file

@ -0,0 +1,6 @@
.register {
&:extend(.section all);
.center-block();
width: 60%;
}