Skip to content
Merged
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
5 changes: 4 additions & 1 deletion src/components/WebexInMeeting/WebexInMeeting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ $shadow-color: rgba(0, 0, 0, 0.2);
min-height: auto;
background: var(--wxc-secondary-video-background);
}

.#{$C}__info {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this name formatted this way?

Copy link
Contributor Author

@rsarika rsarika Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$C:
they just used 'C' as variable for below
#{$WEBEX_COMPONENTS_CLASS_PREFIX}-in-meeting;
final string is : webex-in-meeting__info
'__info' : Its an element
Element: An element is a part of the block that has no standalone meaning and is semantically tied to its block. Elements are denoted by double underscores (__). For example, info is an element of the block.(Chat GPT :))

margin-bottom: 1rem;
}

&--tablet {
.#{$C}__local-media-in-meeting {
@include media-preview-tablet();
Expand Down