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
| <div class="flex-group"> | |
| <div>auto</div> | |
| <div>auto</div> | |
| <div>auto</div> | |
| </div> | |
| <div class="flex-group"> | |
| <div class="flex-1">flex 1</div> | |
| <div class="flex-2">flex 2</div> | |
| <div class="flex-3">flex 3</div> |
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
| <table class="boxed"> | |
| <thead> | |
| <th>Status</th> | |
| <th>Approver</th> | |
| <th>Created date</th> | |
| <th>Modified date</th> | |
| </thead> | |
| <tbody> | |
| <tr *ngFor="let approval of approvals"> | |
| <td><span class="alert-shield" ngClass="{{ approval.statusClass }}">{{ approval.status }}</span></td> |
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
| <div class="flex-group"> | |
| <div>auto</div> | |
| <div>auto</div> | |
| <div>auto</div> | |
| </div> | |
| <div class="flex-group"> | |
| <div class="flex-1">flex 1</div> | |
| <div class="flex-2">flex 2</div> | |
| <div class="flex-3">flex 3</div> |
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
| <table class="boxed"> | |
| <thead> | |
| <th>Status</th> | |
| <th>Approver</th> | |
| <th>Created date</th> | |
| <th>Modified date</th> | |
| </thead> | |
| <tbody> | |
| <tr *ngFor="let approval of approvals"> | |
| <td><span class="alert-shield" ngClass="{{ approval.statusClass }}">{{ approval.status }}</span></td> |
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
| <section class="editorial-content"> | |
| <h2>Feature paragraph</h2> | |
| <p class="feature"> | |
| "Nothing there!" said Peter, and they all trooped out again—all except Lucy. She stayed | |
| behind because she thought it would be worth while trying the door of the wardrobe, even though she felt almost | |
| sure that it would be locked. To her surprise it opened quite easily, and two moth-balls dropped out. | |
| </p> | |
| </section> |
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
| // ----------------------------- GLOBAL BORDERS -------------------------- | |
| .bd-1 {border-width: 1px!important} | |
| .bd-1-5 {border-width: .085rem!important} | |
| .bd-2 {border-width: 2px!important} | |
| .bd-3 {border-width: 3px!important} | |
| .bd-4 {border-width: 4px!important} | |
| .bd-5 {border-width: 5px!important} | |
| .bd-6 {border-width: 6px!important} | |
| // ... |
OlderNewer