Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Pages/Inputs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IgbInput Label="I'm disabled" Disabled="true" Outlined="false" class="input" inputs-scope></IgbInput>
<IgbInput Label="Label +prefix+box+help" Outlined="false" class="input" inputs-scope>
<span slot="prefix">
<span class="material-icons icon_1">
<span class="material-icons icon">
person
</span>
</span>
Expand All @@ -31,41 +31,41 @@
<div class="row-layout group">
<IgbChip Size="SizableComponentSize.Large" class="chip" inputs-scope>
<span slot="prefix">
<span class="material-icons icon_2">
<span class="material-icons icon_1">
place
</span>
</span>
Country
</IgbChip>
<IgbChip Size="SizableComponentSize.Large" class="chip" inputs-scope>
<span slot="prefix">
<span class="material-icons icon_2">
<span class="material-icons icon_1">
place
</span>
</span>
Country
</IgbChip>
<IgbChip Size="SizableComponentSize.Large" class="chip_1" inputs-scope>
<span slot="prefix">
<span class="material-icons icon_2">
<span class="material-icons icon_1">
account_balance
</span>
</span>
<span slot="suffix">
<span class="material-icons icon_2">
<span class="material-icons icon_1">
clear
</span>
</span>
Country
</IgbChip>
<IgbChip Disabled="true" Size="SizableComponentSize.Large" class="chip_1" inputs-scope>
<span slot="prefix">
<span class="material-icons icon_2">
<span class="material-icons icon_1">
account_balance
</span>
</span>
<span slot="suffix">
<span class="material-icons icon_2">
<span class="material-icons icon_1">
clear
</span>
</span>
Expand Down Expand Up @@ -202,6 +202,9 @@
<span class="material-icons">people</span>
</IgbAvatar>
<div class="row-layout group_8">
<span class="material-icons icon_2">
person
</span>
<span class="material-icons icon_3">
person
</span>
Expand All @@ -211,9 +214,6 @@
<span class="material-icons icon_5">
person
</span>
<span class="material-icons icon_6">
person
</span>
</div>
</div>
</div>
Expand Down
19 changes: 5 additions & 14 deletions Pages/Inputs.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,21 +202,12 @@
max-width: max-content;
max-height: max-content;
}
.icon_1 {
font-size: 18px;
width: 18px;
height: 18px;
min-width: max-content;
min-height: max-content;
max-width: max-content;
max-height: max-content;
}
.chip {
margin: 0 16px 8px 0;
width: max-content;
height: max-content;
}
.icon_2 {
.icon_1 {
font-size: 18px;
width: 18px;
height: 18px;
Expand All @@ -233,25 +224,25 @@
.avatar {
margin: 16px;
}
.icon_3 {
.icon_2 {
font-size: 18px;
width: 18px;
height: 18px;
margin: 8px;
}
.icon_4 {
.icon_3 {
font-size: 24px;
width: 24px;
height: 24px;
margin: 8px;
}
.icon_5 {
.icon_4 {
font-size: 36px;
width: 36px;
height: 36px;
margin: 8px;
}
.icon_6 {
.icon_5 {
font-size: 48px;
width: 48px;
height: 48px;
Expand Down