mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-06 01:40:53 +00:00
12 lines
114 B
SCSS
12 lines
114 B
SCSS
|
/*
|
||
|
File Page
|
||
|
*/
|
||
|
|
||
|
#file {
|
||
|
|
||
|
.actions,
|
||
|
.files-list {
|
||
|
@include span-columns(12);
|
||
|
margin: em(20) 0;
|
||
|
}
|
||
|
}
|