2023-03-14 22:23:20 +00:00
|
|
|
.premium-feature-message-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: $x-small;
|
|
|
|
|
|
2024-08-06 14:30:00 +00:00
|
|
|
&__align-left {
|
|
|
|
|
justify-content: left;
|
|
|
|
|
align-items: left;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-14 22:23:20 +00:00
|
|
|
.premium-feature-message {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 4px;
|
2025-10-24 14:30:38 +00:00
|
|
|
align-items: center;
|
2023-03-14 22:23:20 +00:00
|
|
|
|
|
|
|
|
p {
|
2024-01-30 17:05:03 +00:00
|
|
|
// need to set line-height to normal for the icons and text to be aligned
|
|
|
|
|
line-height: normal;
|
2023-03-14 22:23:20 +00:00
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.external-link-and-icon {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|