Skip to content

Commit

Permalink
Improved: styling for overline and imported apps-theme package(#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jan 19, 2024
1 parent 1cd86f6 commit e6f17b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import "@ionic/vue/css/display.css";

/* Theme variables */
import "./theme/variables.css";
import "@hotwax/apps-theme";

import i18n from "./i18n"
import store from "./store"
Expand Down
9 changes: 0 additions & 9 deletions src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,6 @@ http://ionicframework.com/docs/theming/ */

--ion-card-background: #1e1e1e;
}

.overline {
font-weight: 500 !important;
font-size: 10px !important;
line-height: 16px !important;
letter-spacing: 1.5px;
color: #666;
text-transform: uppercase !important;
}
}

.empty-state {
Expand Down

0 comments on commit e6f17b3

Please sign in to comment.