mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: add stylelint
This commit is contained in:
@@ -12,24 +12,44 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ionic Variables and Theming. For more info, please see:
|
||||
// http://ionicframework.com/docs/theming/
|
||||
@import 'colors';
|
||||
@import './colors';
|
||||
|
||||
@import '~swiper/css/navigation';
|
||||
|
||||
// Import all other styles
|
||||
@import './fonts';
|
||||
@import './common/typo';
|
||||
@import './common/helper';
|
||||
@import './common/ion-button';
|
||||
@import './common/ion-header';
|
||||
@import './common/ion-input';
|
||||
@import './common/ion-modal';
|
||||
@import './common/ion-popover';
|
||||
@import './common/ion-refresher';
|
||||
@import './common/ion-toolbar';
|
||||
@import './common/ion-menu';
|
||||
@import './common/swiper';
|
||||
@import './common/typography';
|
||||
@import './common/leaflet-tile';
|
||||
@import './common/ion-searchbar';
|
||||
@import './components/image-dark';
|
||||
|
||||
@import './components/card';
|
||||
@import './components/section';
|
||||
|
||||
/** Ionic CSS Variables **/
|
||||
:root {
|
||||
// Fonts
|
||||
--ion-font-family: 'Barlow', Helvetica, Arial, sans-serif;
|
||||
--headline-font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
|
||||
|
||||
--ion-font-family: 'Barlow', helvetica, arial, sans-serif;
|
||||
--headline-font-family: 'Barlow Condensed', helvetica, arial, sans-serif;
|
||||
--font-size-xxs: 10px;
|
||||
--font-size-xs: 12px;
|
||||
--font-size-sm: 14px;
|
||||
--font-size-md: 16px;
|
||||
--font-size-lg: 20px;
|
||||
--font-size-xl: 24px;
|
||||
|
||||
--font-weight-thin: 200;
|
||||
--font-weight-regular: 400;
|
||||
--font-weight-semi-bold: 700;
|
||||
@@ -43,18 +63,13 @@
|
||||
--spacing-lg: 16px;
|
||||
--spacing-xl: 20px;
|
||||
--spacing-xxl: 24px;
|
||||
|
||||
--border-width-default: 1px;
|
||||
--border-radius-default: 8px;
|
||||
|
||||
--header-spacing-bottom: 70px;
|
||||
--navigation-rail-width: 80px;
|
||||
--navigation-rail-item-height: 56px;
|
||||
|
||||
--icon-stroke-width: 1.2;
|
||||
|
||||
--tablet-top-bar-height: 96px;
|
||||
|
||||
--ion-tabbar-height: 50px;
|
||||
}
|
||||
|
||||
@@ -63,26 +78,3 @@ body {
|
||||
font-family: var(--ion-font-family);
|
||||
background-color: var(--ion-color-primary);
|
||||
}
|
||||
|
||||
@import '~swiper/css/navigation';
|
||||
|
||||
// Import all other styles
|
||||
@import 'fonts';
|
||||
@import 'common/typo';
|
||||
@import 'common/helper';
|
||||
@import 'common/ion-button';
|
||||
@import 'common/ion-header';
|
||||
@import 'common/ion-input';
|
||||
@import 'common/ion-modal';
|
||||
@import 'common/ion-popover';
|
||||
@import 'common/ion-refresher';
|
||||
@import 'common/ion-toolbar';
|
||||
@import 'common/ion-menu';
|
||||
@import 'common/swiper';
|
||||
@import 'common/typography';
|
||||
@import 'common/leaflet-tile';
|
||||
@import 'common/ion-searchbar';
|
||||
@import 'components/image-dark';
|
||||
|
||||
@import 'components/card';
|
||||
@import 'components/section';
|
||||
|
||||
Reference in New Issue
Block a user