-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[K7] Remove namespacing mixins. (#13135)
* Change state names to include name of component. * Update snapshots.
- Loading branch information
Showing
26 changed files
with
408 additions
and
474 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
@include component('kuiAvatar') { | ||
.kuiAvatar { | ||
border-radius: 50%; | ||
width: $kuiSizeL; | ||
height: $kuiSizeL; | ||
display: inline-block; | ||
@include innerBorder('dark', 50%); | ||
} | ||
|
||
@include modifier('small') { | ||
width: $kuiSize; | ||
height: $kuiSize; | ||
} | ||
.kuiAvatar--small { | ||
width: $kuiSize; | ||
height: $kuiSize; | ||
} | ||
|
||
@include modifier('large') { | ||
width: $kuiSize * 4; | ||
height: $kuiSize * 4; | ||
} | ||
.kuiAvatar--large { | ||
width: $kuiSize * 4; | ||
height: $kuiSize * 4; | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
@include component('kuiHeaderLogo') { | ||
.kuiHeaderLogo { | ||
@include kuiLink; | ||
|
||
position: relative; | ||
height: $kuiHeaderChildSize; | ||
padding: $kuiSize $kuiSizeXL; | ||
display: inline-block; | ||
vertical-align: middle; | ||
} | ||
|
||
@include child('icon') { | ||
.kuiHeaderLogo__icon { | ||
height: $kuiSizeXL; | ||
width: $kuiSizeL; | ||
opacity: 1; | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@include component('kuiHeaderProfile') { | ||
.kuiHeaderProfile { | ||
text-align: left; | ||
padding-bottom: $kuiSize; | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
3 changes: 0 additions & 3 deletions
3
ui_framework/src/components/header/header_section/_header_section_item_button.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.