Skip to content

Commit 43eafb1

Browse files
beth-panxnmetulev
andauthored
Remove unused css (#1250)
Co-authored-by: Nikola Metulev <[email protected]>
1 parent a0098fe commit 43eafb1

File tree

1 file changed

+1
-55
lines changed

1 file changed

+1
-55
lines changed

packages/mgt-components/src/components/mgt-person-card/mgt-person-card.scss

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -115,65 +115,11 @@ $person-card-details-item-font-size: var(--person-card-details-item-font-size, 1
115115
height: 28px;
116116
background: $background-color;
117117
border-top: 1px solid set-var(line-seperator__color, $theme-default, $common);
118-
.expanded-details-svg {
119-
margin-bottom: 3px;
120-
}
121118
}
119+
122120
.expanded-details-button:hover {
123121
background-color: set-var(background-color--hover, $theme-default, $common);
124122
}
125-
.expanded-details-info {
126-
padding: 18px;
127-
display: flex;
128-
flex-direction: column;
129-
130-
.contact-text {
131-
margin: 0 0 24px 0;
132-
font-weight: 600;
133-
font-size: $person-card-details-title-font-size;
134-
color: $details-title__color;
135-
}
136-
137-
.icons {
138-
line-height: normal;
139-
font-style: normal;
140-
font-weight: normal;
141-
font-size: $person-card-details-item-font-size;
142-
color: set-var(details-item__color, $theme-default, $person-card);
143-
text-align: left;
144-
145-
.details-icon {
146-
margin: 0 0 10px 0;
147-
display: flex;
148-
flex-direction: row;
149-
align-items: center;
150-
}
151-
}
152-
.data {
153-
display: block;
154-
margin: 0 0 0px 10px;
155-
white-space: nowrap;
156-
overflow: hidden;
157-
text-overflow: ellipsis;
158-
width: 280px;
159-
}
160-
.normal-subtitle {
161-
padding-top: 2px;
162-
}
163-
.link-subtitle {
164-
color: $commblue_primary;
165-
cursor: pointer;
166-
}
167-
.link-subtitle:hover {
168-
opacity: 0.6;
169-
}
170-
}
171-
.section-divider {
172-
width: 96%;
173-
min-height: 1px;
174-
background: set-var(line-seperator__color, $theme-default, $common);
175-
align-self: center;
176-
}
177123
}
178124

179125
.section-nav {

0 commit comments

Comments
 (0)