This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var items = { | |
| 'ruby': { | |
| name: 'Ruby', | |
| url: '/assets/images...', | |
| workfloadType: 'container', | |
| sentenceAlias: 'Containerized Ruby' | |
| }, | |
| 'aws': { | |
| name: 'AWS', | |
| url: '/assets/images...' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //psudeo code | |
| var items = { | |
| 'ruby': { | |
| name: 'Ruby', | |
| url: '/assets/images...', | |
| workfloadType: 'container', | |
| sentenceAlias: 'Containerized Ruby' | |
| }, | |
| 'aws': { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ========================================================================== | |
| Spacing-specific utilities | |
| ========================================================================== */ | |
| /** | |
| * Used to adjust the default spacing between components | |
| * Use with great care! | |
| * | |
| * u-<type><direction><size> | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container { | |
| width: 100%; | |
| margin: 0 auto; | |
| position: relative; | |
| @include from($desktop) { | |
| max-width: $desktop - (2 * $gap); | |
| width: $desktop - (2 * $gap) ; | |
| &.is-fluid { | |
| margin-left: $gap; |
OlderNewer