-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First steps to have the card header End of first draft . . Some changes to respect a bit more the design Some design fixes . . fix(sonarCloud) fix(pa11yCi) better a11y first batch First release Adding the necessary files . fix(review) fix(review) Implementing new version of the counter Correct a Chrome bug fix(a11y review) fix(a11y review) + design changed . fix(a11y review) fix(a11y review) .
- Loading branch information
1 parent
8d31874
commit 1160d47
Showing
7 changed files
with
1,604 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@media screen and (min-width: 768px) { | ||
.card .col-7 p:first-child { | ||
min-height: 2.8125rem; | ||
} | ||
} | ||
|
||
.custom-triangle { | ||
border-style: solid; | ||
border-width: 0 19px 41px 0; | ||
border-right-color: transparent !important; /* stylelint-disable-line declaration-no-important */ | ||
} | ||
|
||
.custom-counter { | ||
padding: 1px 2px; | ||
border-radius: 5px; | ||
} | ||
|
||
.ratio-3x4 { | ||
--bs-aspect-ratio: 133%; | ||
} | ||
|
||
.line-height-custom { | ||
line-height: 1.5; | ||
} | ||
|
||
/* For a11y purpose, 200% text was displayed under white bg */ | ||
.card { | ||
--bs-card-bg: transparent; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.