1234567891011121314151617181920212223242526272829303132 |
- body
- font-family 'Quicksand', sans-serif
- html, body, #content, #content > div
- height 100%
-
- @import 'Variable.styl' // Côme - this comes from node_modules/tracim_lib
-
- @import 'Generic.styl'
-
- @import 'Sidebar.styl'
- @import 'Header.styl'
- @import 'Footer.styl'
-
- @import 'Login.styl'
- @import 'Workspace.styl'
-
- @import 'FileItem.styl'
- @import 'FileItemHeader.styl'
- @import 'Folder.styl'
-
- @import 'Timeline.styl'
- @import 'File.styl'
-
- @import 'Dashboard.styl'
- @import 'AccountPage.styl'
- @import 'btnSwtich.styl'
-
- @import 'UploadPopup'
- @import 'ProgressBar'
-
- @import 'FlashMessage'
|