Skip to content

Commit

Permalink
Merge pull request #114 from BouyguesTelecom/cleaning/inusedCss
Browse files Browse the repository at this point in the history
Cleaning/inused css
  • Loading branch information
hakaba authored Sep 12, 2024
2 parents aa33b8b + bcb87f0 commit a2be802
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const TimelineContent = ({
}}
>
{heading && (
<Text className='heading' markup={TextMarkup.P}>
<Text markup={TextMarkup.P}>
{heading}
</Text>
)}
Expand Down
1 change: 0 additions & 1 deletion packages/styles/framework/src/elements/_all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
@import 'chips';
@import 'checkbox';
@import 'container';
@import 'dot';
@import 'entry';
@import 'form';
@import 'icon';
Expand Down
6 changes: 0 additions & 6 deletions packages/styles/framework/src/elements/_dot.scss

This file was deleted.

37 changes: 0 additions & 37 deletions packages/styles/framework/src/elements/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,3 @@
.delete {
@include delete;
}

.heading {
display: block;
font-size: 11px;
letter-spacing: 1px;
margin-bottom: 5px;
text-transform: uppercase;
}

.highlight {
@include block;

font-weight: $weight-normal;
max-width: 100%;
overflow: hidden;
padding: 0;

pre {
overflow: auto;
max-width: 100%;
}
}

.number {
align-items: center;
background-color: getBGColor('neutral-dark');
border-radius: 9999px;
display: inline-flex;
font-size: $size-medium;
height: 2em;
justify-content: center;
margin-right: 15px;
min-width: 2.5em;
padding: 2.5px 5px;
text-align: center;
vertical-align: top;
}

0 comments on commit a2be802

Please sign in to comment.