Converting application less to sass.
This commit is contained in:
parent
b30be955ca
commit
fec6b6caa5
26 changed files with 1140 additions and 0 deletions
13
app/assets/sass/views/_about.scss
Normal file
13
app/assets/sass/views/_about.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
.about {
|
||||
@extend .row;
|
||||
|
||||
&-main {
|
||||
@include make-sm-column(8);
|
||||
}
|
||||
|
||||
&-reference {
|
||||
@include make-sm-column(4);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in a new issue