style-app-extend1-rtl.scss 2.18 KB
Newer Older
1 2 3
// studio - css architecture
// ====================

4 5 6 7 8 9 10 11 12 13 14 15 16
// Table of Contents 
// * +Libs and Resets
// * +Vendor and Rebase 
// * +Base - Utilities
// * +Base - Assets
// * +Base - Starter
// * +Base - Elements
// * +Base - Specific Views
// * +Base - Contexts


// +Libs and Resets - *do not edit*
// ==================== 
17
@import 'bourbon/bourbon'; // lib - bourbon
18
@import 'vendor/bi-app/bi-app-rtl'; // set the layout for right to left languages
19

20 21
// +Vendor and Rebase - *referenced/used vendor presentation and reset*
// ==================== 
22 23
@import 'reset';

24 25
// +Base - Utilities
// ==================== 
26 27 28 29
@import 'variables';
@import 'mixins';
@import 'mixins-inherited';

30 31
// +Base - Assets
// ==================== 
32
@import 'assets/fonts';
33
@import 'assets/graphics'; // sprites, basic image/figure/svg styling
34 35
@import 'assets/anims'; // animations

36 37
// +Base - Starter
// ==================== 
38 39
@import 'base';

40 41
// +Base - Elements
// ==================== 
42
@import 'elements/typography';
43
@import 'elements/pagination'; // pagination
44 45 46 47 48
@import 'elements/icons'; // references to icons used
@import 'elements/controls'; // buttons, link styles, sliders, etc.
@import 'elements/xblocks'; //  studio rendering chrome for xblocks
@import 'elements/modules'; //  content module patterns
@import 'elements/layout'; // various standard layouts
49
@import 'elements/uploaded-assets'; // layout for asset tables
50

51 52
// +Base - Specific Views
// ==================== 
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
@import 'views/account';
@import 'views/assets';
@import 'views/updates';
@import 'views/dashboard';
@import 'views/export';
@import 'views/index';
@import 'views/course-create';
@import 'views/import';
@import 'views/outline';
@import 'views/settings';
@import 'views/static-pages';
@import 'views/unit';
@import 'views/container';
@import 'views/users';
@import 'views/checklists';
@import 'views/textbooks';
@import 'views/export-git';
@import 'views/group-configuration';
71
@import 'views/video-upload';
72

73 74
// +Base - Contexts
// ==================== 
75 76 77 78
@import 'contexts/ie'; // ie-specific rules (mostly for known/older bugs)

@import 'developer'; // used for any developer-created scss that needs further polish/refactoring
@import 'shame';     // used for any bad-form/orphaned scss