diff --git a/_auk-components.scss b/_auk-components.scss index a01e947..e04c948 100644 --- a/_auk-components.scss +++ b/_auk-components.scss @@ -20,7 +20,6 @@ @import 'auk-filter-pill'; @import 'auk-form-help-text'; @import 'auk-hr'; -@import 'auk-icon'; @import 'auk-input-group'; @import 'auk-key-value'; @import 'auk-loadable-content'; diff --git a/_auk-icon.scss b/_auk-icon.scss deleted file mode 100644 index f14b13b..0000000 --- a/_auk-icon.scss +++ /dev/null @@ -1,84 +0,0 @@ -/* ========================================================================== - auk-icon - ========================================================================== */ - -.auk-icon { - display: inline-flex; - vertical-align: middle; - align-content: center; - justify-content: center; - - .ki { - width: 100%; - height: 100%; - line-height: 1; - } -} - -/* Font styling placeholder - ========================================================================== */ - -%auk-icons-font-style { - font-family: auk-icons !important; - font-style: normal; - font-weight: normal !important; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -/* Size Variations - ========================================================================== */ - -.auk-icon--default { - font-size: 1.8rem; -} - -.auk-icon--large { - font-size: 2.4rem; -} - -.auk-icon--small { - font-size: 1.5rem; -} - -/* Color Variations - ========================================================================== */ - -.auk-icon--primary { - color: $auk-blue-500; -} - -.auk-icon--muted { - color: $auk-gray-400; -} - -.auk-icon--muted-dark { - color: $auk-gray-600; -} - -.auk-icon--warning { - color: $auk-yellow-500; -} - -.auk-icon--primary { - color: $auk-blue-500; -} - -.auk-icon--success { - color: $auk-green-500; -} - -.auk-icon--danger { - color: $auk-red-500; -} - -.auk-icon--success-dark { - color: $auk-green-700; -} - -.auk-icon--invisible { - visibility: hidden; -} \ No newline at end of file diff --git a/package.json b/package.json index 8648603..0ec5671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kanselarij-vlaanderen/au-kaleidos-css", - "version": "3.19.0", + "version": "3.20.0", "description": "AppUniversum inspired Kaleidos CSS as a separate package.", "main": "auk-standalone.css", "scripts": {