MOBILE-3947 chore: Change import to use on Sass
parent
8265f0fbe1
commit
a81f93822f
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
:host {
|
||||
--core-avatar-size: 30px;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host .core-block-content ::ng-deep {
|
||||
.activitydate, .activityhead {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.core-horizontal-scroll div.core-horizontal-scroll-item {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--addon-calendar-blank-day-background-color: var(--light);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
ion-item {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.addon-messages-conversation-item,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@import "~theme/components/discussion.scss";
|
||||
@import "~theme/globals.scss";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ import { CoreDom } from '@singletons/dom';
|
|||
@Component({
|
||||
selector: 'page-addon-messages-discussion',
|
||||
templateUrl: 'discussion.html',
|
||||
styleUrls: ['discussion.scss'],
|
||||
styleUrls: ['../../../../theme/components/discussion.scss', 'discussion.scss'],
|
||||
})
|
||||
export class AddonMessagesDiscussionPage implements OnInit, OnDestroy, AfterViewInit {
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "~theme/components/discussion.scss";
|
||||
|
||||
:host {
|
||||
.addon-mod_chat-notice {
|
||||
margin-top: 8px;
|
||||
|
|
|
@ -37,7 +37,7 @@ import { CoreAnalytics, CoreAnalyticsEventType } from '@services/analytics';
|
|||
@Component({
|
||||
selector: 'page-addon-mod-chat-chat',
|
||||
templateUrl: 'chat.html',
|
||||
styleUrls: ['chat.scss'],
|
||||
styleUrls: ['../../../../../theme/components/discussion.scss', 'chat.scss'],
|
||||
})
|
||||
export class AddonModChatChatPage implements OnInit, OnDestroy, CanLeave {
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "~theme/components/discussion.scss";
|
||||
|
||||
:host {
|
||||
.addon-mod_chat-notice {
|
||||
margin-top: 8px;
|
||||
|
|
|
@ -31,7 +31,7 @@ import { CoreTime } from '@singletons/time';
|
|||
@Component({
|
||||
selector: 'page-addon-mod-chat-session-messages',
|
||||
templateUrl: 'session-messages.html',
|
||||
styleUrls: ['session-messages.scss'],
|
||||
styleUrls: ['../../../../../theme/components/discussion.scss', 'session-messages.scss'],
|
||||
})
|
||||
export class AddonModChatSessionMessagesPage implements OnInit {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
// Edit and search modal.
|
||||
:host {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
/// @prop - The padding for the grid column
|
||||
$grid-column-padding: var(--ion-grid-column-padding, 5px) !default;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host .addon-mod_forum-post {
|
||||
background-color: var(--ion-item-background);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.addon-forum-group-info {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.core-warning-item {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.button-disabled {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.addon-mod_resource-outdated {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.addon-mod_scorm-attempt-summary ion-item > p {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
$addon-mod-wiki-toc-level-padding: 12px !default;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--extra-icon-size: 16px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
ion-item {
|
||||
ion-label {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~core/features/question/question";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
// Style ddimageortext content a bit. Almost all these styles are copied from Moodle.
|
||||
:host {
|
||||
|
|
|
@ -24,7 +24,7 @@ import { AddonQtypeDdImageOrTextQuestion } from '../classes/ddimageortext';
|
|||
@Component({
|
||||
selector: 'addon-qtype-ddimageortext',
|
||||
templateUrl: 'addon-qtype-ddimageortext.html',
|
||||
styleUrls: ['ddimageortext.scss'],
|
||||
styleUrls: ['../../../../core/features/question/question.scss', 'ddimageortext.scss'],
|
||||
})
|
||||
export class AddonQtypeDdImageOrTextComponent
|
||||
extends CoreQuestionBaseComponent<AddonModQuizDdImageOrTextQuestionData>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~core/features/question/question";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
// Style ddwtos content a bit. Almost all these styles are copied from Moodle.
|
||||
.addon-qtype-ddwtos-container {
|
||||
|
|
|
@ -25,7 +25,7 @@ import { AddonQtypeDdwtosQuestion } from '../classes/ddwtos';
|
|||
@Component({
|
||||
selector: 'addon-qtype-ddwtos',
|
||||
templateUrl: 'addon-qtype-ddwtos.html',
|
||||
styleUrls: ['ddwtos.scss'],
|
||||
styleUrls: ['../../../../core/features/question/question.scss', 'ddwtos.scss'],
|
||||
})
|
||||
export class AddonQtypeDdwtosComponent extends CoreQuestionBaseComponent<AddonModQuizDdwtosQuestionData> implements OnDestroy {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--course-storage-max-activity-height: 120px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--text-overflow: initial;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
max-width: 100%;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
ion-list {
|
||||
padding: 0;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--core-image-radius: var(--core-courseimage-radius);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--image-size: 120px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
@mixin inline() {
|
||||
&:not(.core-loading-loaded) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.core-input-required-asterisk {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--message-background: var(--core-messages-message-bg);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
display: inline-block;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--height: var(--core-navigation-max-height);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
display: flex;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
ion-chip {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
display: contents;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--menu-min-width: 270px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--tabs-background: var(--core-tabs-background);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '~theme/globals.scss';
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
position: relative;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
@include position(50%, 0px, null, null);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host ::ng-deep core-block {
|
||||
@include media-breakpoint-up(md) {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "~theme/components/discussion.scss";
|
||||
|
||||
ion-badge {
|
||||
margin: 8px auto;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ import { CoreAnimations } from '@components/animations';
|
|||
selector: 'page-core-comments-viewer',
|
||||
templateUrl: 'viewer.html',
|
||||
animations: [CoreAnimations.SLIDE_IN_OUT],
|
||||
styleUrls: ['viewer.scss'],
|
||||
styleUrls: ['../../../../../theme/components/discussion.scss', 'viewer.scss'],
|
||||
})
|
||||
export class CoreCommentsViewerPage implements OnInit, OnDestroy {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '~theme/globals.scss';
|
||||
@use "theme/globals" as *;
|
||||
core-progress-bar {
|
||||
--bar-margin: 8px 0 4px 0;
|
||||
--line-height: 20px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '~theme/globals.scss';
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
display: block;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--height: var(--core-navigation-max-height);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host ::ng-deep ion-item[collapsible] ion-label {
|
||||
margin-top: 12px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--horizontal-margin: 12px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '~theme/globals.scss';
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--thumb-height: 180px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import '~theme/globals.scss';
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.core-format-progress-list {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
.core-module-availabilityinfo {
|
||||
background: var(--light);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
@for $i from 0 to length($core-course-image-background) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
:host {
|
||||
--placeholder-color: var(--ion-placeholder-color);
|
||||
--toobar-background: var(--white);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--header-background: var(--white);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.core-login-onboarding-step {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
ion-content,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--list-item-max-width: 600px;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
.core-user-menu-preferences {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
ion-tabs {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host ::ng-deep {
|
||||
.core-question-answer-correct {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
display: flex;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--rotate-expandable: rotate(180deg);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
--header-background: var(--white);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
.filters-info {
|
||||
padding-bottom: 1rem;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
ion-item ion-icon {
|
||||
display: inline-block;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host {
|
||||
line-height: 1.6;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~theme/globals.scss";
|
||||
@use "theme/globals" as *;
|
||||
|
||||
:host-context(.ios) {
|
||||
ion-footer .toolbar:last-child {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/** Format Text - Show more styles. */
|
||||
/** Styles of elements inside the directive should be placed in format-text.scss */
|
||||
@import "~theme/globals";
|
||||
@use "theme/globals.variables" as global;
|
||||
|
||||
core-format-text {
|
||||
--core-format-text-background: var(--background, var(--ion-item-background));
|
||||
|
@ -42,7 +42,7 @@ core-format-text {
|
|||
}
|
||||
}
|
||||
|
||||
@if ($core-format-text-never-shorten) {
|
||||
@if (global.$core-format-text-never-shorten) {
|
||||
&.collapsible-enabled {
|
||||
--display-toggle: none !important;
|
||||
--collapsible-height: auto !important;
|
||||
|
@ -200,7 +200,7 @@ core-format-text {
|
|||
|
||||
.embed-responsive-1by1 {
|
||||
&::before {
|
||||
padding-top: percentage(1 / 1);
|
||||
padding-top: percentage(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -474,7 +474,7 @@ core-rich-text-editor .core-rte-editor {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
@each $color-name, $unused in $colors {
|
||||
@each $color-name, $unused in global.$colors {
|
||||
.alert-#{$color-name} {
|
||||
--color-base: var(--#{$color-name});
|
||||
color: var(--#{$color-name}-shade);
|
||||
|
@ -504,7 +504,7 @@ core-rich-text-editor .core-rte-editor {
|
|||
|
||||
&[disabled] ~ .form-check-label,
|
||||
&:disabled ~ .form-check-label {
|
||||
color: $gray-600;
|
||||
color: global.$gray-600;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -549,7 +549,7 @@ core-rich-text-editor .core-rte-editor {
|
|||
.border-bottom-0 { border-bottom: 0 !important; }
|
||||
.border-left-0 { border-left: 0 !important; }
|
||||
|
||||
@each $color-name, $unused in $colors {
|
||||
@each $color-name, $unused in global.$colors {
|
||||
.border-#{$color-name} {
|
||||
border-color: var(--#{$color-name}) !important;
|
||||
}
|
||||
|
@ -633,7 +633,7 @@ core-rich-text-editor .core-rte-editor {
|
|||
.font-italic { font-style: italic !important; }
|
||||
.text-white { color: var(--white) !important; }
|
||||
|
||||
@each $color-name, $unused in $colors {
|
||||
@each $color-name, $unused in global.$colors {
|
||||
.text-#{$color-name} {
|
||||
color: var(--#{$color-name});
|
||||
}
|
||||
|
@ -669,7 +669,7 @@ core-rich-text-editor .core-rte-editor {
|
|||
background-color: var(--danger);
|
||||
}
|
||||
|
||||
@each $color-name, $unused in $colors {
|
||||
@each $color-name, $unused in global.$colors {
|
||||
.label-#{$color-name} {
|
||||
color: var(--#{$color-name}-contrast);
|
||||
background-color: var(--#{$color-name});
|
||||
|
@ -690,7 +690,7 @@ core-rich-text-editor .core-rte-editor {
|
|||
}
|
||||
}
|
||||
|
||||
@each $color-name, $unused in $colors {
|
||||
@each $color-name, $unused in global.$colors {
|
||||
.btn.btn-#{$color-name} {
|
||||
--color-base: var(--#{$color-name});
|
||||
color: var(--#{$color-name}-shade);
|
||||
|
|
|
@ -10,26 +10,26 @@
|
|||
*/
|
||||
|
||||
/* Global variables */
|
||||
@import "./globals.scss";
|
||||
@import "globals.scss";
|
||||
|
||||
/* Application styles */
|
||||
@import "./theme.light.scss";
|
||||
@import "./theme.dark.scss";
|
||||
@import "./theme.custom.scss";
|
||||
@import "./theme.design-system.scss";
|
||||
@import "./theme.base.scss";
|
||||
@import "theme.light.scss";
|
||||
@import "theme.dark.scss";
|
||||
@import "theme.custom.scss";
|
||||
@import "theme.design-system.scss";
|
||||
@import "theme.base.scss";
|
||||
|
||||
/* Components */
|
||||
@import "./components/collapsible-header.scss";
|
||||
@import "./components/collapsible-item.scss";
|
||||
@import "./components/format-text.scss";
|
||||
@import "./components/rubrics.scss";
|
||||
@import "./components/mod-label.scss";
|
||||
@import "components/collapsible-header.scss";
|
||||
@import "components/collapsible-item.scss";
|
||||
@import "components/format-text.scss";
|
||||
@import "components/rubrics.scss";
|
||||
@import "components/mod-label.scss";
|
||||
@import "../core/components/error-info/error-info.scss";
|
||||
@import "./components/videojs.scss";
|
||||
@import "components/videojs.scss";
|
||||
|
||||
/* Some styles from 3rd party libraries. */
|
||||
@import "./bootstrap.scss";
|
||||
@import "bootstrap.scss";
|
||||
|
||||
/* Core CSS required for Ionic components to work properly */
|
||||
@import "~@ionic/angular/css/core.css";
|
||||
|
@ -38,7 +38,7 @@
|
|||
@import "~@ionic/angular/css/normalize.css";
|
||||
@import "~@ionic/angular/css/structure.css";
|
||||
@import "~@ionic/angular/css/typography.css";
|
||||
@import '~@ionic/angular/css/display.css';
|
||||
@import "~@ionic/angular/css/display.css";
|
||||
|
||||
/* Optional CSS utils that can be commented out */
|
||||
@import "~@ionic/angular/css/padding.css";
|
||||
|
|
Loading…
Reference in New Issue