mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
20 lines
632 B
JavaScript
20 lines
632 B
JavaScript
require('se7en-bootstrap-3/build/stylesheets/bootstrap.min.css')
|
|
require('se7en-bootstrap-3/build/stylesheets/se7en-font.css')
|
|
require('se7en-bootstrap-3/build/stylesheets/style.css')
|
|
require('se7en-bootstrap-3/build/stylesheets/font-awesome.min.css')
|
|
|
|
|
|
require('fa-borderlayout')
|
|
require('fa-borderlayout/build-0.3.1/borderLayout.css')
|
|
require('fa-borderlayout/build-0.3.1/stf-style.css')
|
|
|
|
|
|
require('./cursor.css')
|
|
require('./stf-se7en.css')
|
|
require('./stf-styles.css')
|
|
require('./small.css')
|
|
|
|
module.exports = angular.module('layout', [
|
|
'fa.directive.borderLayout'
|
|
])
|
|
.controller('LayoutCtrl', require('./layout-controller'))
|