No notes defined.
<div class="sds-dismissibleAccountCard align-items-baseline">
<div class="sds-dismissibleAccountCard__content">
<div class="sds-avatarText">
<span class="sds-numberCircle -highlight30 -large">
C
</span>
<div class="sds-avatarText__content">
<div class="sds-textHelper">Jil Schmit</div>
</div>
</div>
</div>
<button type="button" class="sds-btn -iconBtn -btnSecondary -btnSmall">
<span class="sds-icon sds-icon-close"></span>
</button>
</div>
<div class="{{ namespace }}dismissibleAccountCard{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
<div class="{{ namespace }}dismissibleAccountCard__content">
{% render "@snet-avatar-text--number-circle-text-helper" %}
</div>
{% render "@icon-btn-secondary--small",{icon: "icon-close"},true %}
</div>
/* variables specific to current element */
$element-specific-variables: "";
.#{$namespace}dismissibleAccountCard {
/* Save root element context for easy access if nesting is needed */
$self: &;
/* properties of current element + media queries */
/* Pseudo Elements */
&::before {
}
&::after {
}
/*
Include elements that are linked to the current element but have to reside at the root level of the stylesheet
(e.g: keyframes)
*/
@at-root {
}
/* children - write selector in full in comments in order to facilitate search */
// dismissibleAccountCard__infoRow
&__infoRow {
}
/* modifiers */
// dismissibleAccountCard -altStyle
&.-altStyle {
// follows same logic as base element
}
/* random parent element */
/*
*
* Syntax : .randomParentElt & {}
*
*/
/* Pseudo Classes */
&:hover {
@media (hover: hover) {
}
}
&:focus {
}
&:active {
}
&:focus,
&:active {
}
}