| OLD | NEW |
| 1 part of swarmlib; | |
| 2 | |
| 3 // File generated by Dart CSS from source file swarm.scss | 1 // File generated by Dart CSS from source file swarm.scss |
| 4 // Do not edit. | 2 // Do not edit. |
| 5 | 3 |
| 6 class CSS { | 4 class CSS { |
| 7 // CSS class selectors: | 5 // CSS class selectors: |
| 8 static const String HBOX = 'hbox'; | 6 static const String HBOX = 'hbox'; |
| 9 static const String VBOX = 'vbox'; | 7 static const String VBOX = 'vbox'; |
| 10 static const String CENTER = 'center'; | 8 static const String CENTER = 'center'; |
| 11 static const String PAGED_CONTENT = 'paged-content'; | 9 static const String PAGED_CONTENT = 'paged-content'; |
| 12 static const String FULLPAGE = 'fullpage'; | 10 static const String FULLPAGE = 'fullpage'; |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 static const String DONE_BUTTON = 'done-button'; | 80 static const String DONE_BUTTON = 'done-button'; |
| 83 static const String HIDDEN_STORY = 'hidden-story'; | 81 static const String HIDDEN_STORY = 'hidden-story'; |
| 84 static const String HEADER_BACKGROUND = 'header-background'; | 82 static const String HEADER_BACKGROUND = 'header-background'; |
| 85 static const String HEADER = 'header'; | 83 static const String HEADER = 'header'; |
| 86 static const String SPLASH = 'splash'; | 84 static const String SPLASH = 'splash'; |
| 87 static const String FOOTER = 'footer'; | 85 static const String FOOTER = 'footer'; |
| 88 static const String SPLASHIMG = 'splashImg'; | 86 static const String SPLASHIMG = 'splashImg'; |
| 89 static const String HIDE_ALL_QUERIES = 'hide-all-queries'; | 87 static const String HIDE_ALL_QUERIES = 'hide-all-queries'; |
| 90 static const String TRANSPARENT = 'transparent'; | 88 static const String TRANSPARENT = 'transparent'; |
| 91 } | 89 } |
| OLD | NEW |