Skip to content

Commit

Permalink
added wca icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Jun 5, 2023
1 parent b9a0c51 commit 69be033
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thewca/wca-components",
"version": "0.2.0",
"version": "0.2.1",
"description": "The WCA React Component Library",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/components/CubingIcon/cubingicon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,19 @@
content: '\EA30';
}
}

// Overwrite semantic ui standards
.cubing-icon-1x {
font-size: 1em;
font-size: 1em !important;
}
.cubing-icon-2x {
font-size: 2em;
font-size: 2em !important;
}
.cubing-icon-3x {
font-size: 3em;
font-size: 3em !important;
}
.cubing-icon-4x {
font-size: 4em;
font-size: 4em !important;
}
.cubing-icon-5x {
font-size: 5em;
font-size: 5em !important;
}
18 changes: 10 additions & 8 deletions src/components/UiIcon/uiicon.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
.ui-icon-1x {
font-size: 1em;
font-size: 1em !important;
}
.ui-icon-2x {
font-size: 2em;
font-size: 2em !important;
}
.ui-icon-3x {
font-size: 3em;
font-size: 3em !important;
}
.ui-icon-4x {
font-size: 4em;
font-size: 4em !important;
}
.ui-icon-5x {
font-size: 5em;
font-size: 5em !important;
}

//.wca-logo:after{
// content: url("./WCA Logo 2020.svg");
//}
.wca{
background-image: url("../../stories/assets/WCA Logo 2020.svg");
background-repeat: no-repeat;
background-size: contain;
}

0 comments on commit 69be033

Please sign in to comment.