Files
iTop/css/backoffice/utils/variables/_typography.scss
2021-04-12 10:25:36 +02:00

44 lines
1.7 KiB
SCSS

/*!
* Copyright (C) 2013-2021 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
*/
/* Base size: html font-size 12px */
$ibo-font-size-50: 0.83rem !default; /* 10px */
$ibo-font-size-100: 1rem !default; /* 12px */
$ibo-font-size-150: 1.17rem !default; /* 14px */
$ibo-font-size-200: 1.33rem !default; /* 16px */
$ibo-font-size-250: 1.5rem !default; /* 18px */
$ibo-font-size-300: 1.67rem !default; /* 20px */
$ibo-font-size-350: 1.83rem !default; /* 22px */
$ibo-font-size-400: 2rem !default; /* 24px */
$ibo-font-size-450: 2.5rem !default; /* 30px */
$ibo-font-size-500: 3rem !default; /* 36px */
$ibo-font-size-550: 4rem !default; /* 48px */
:root{
--ibo-font-size-50: #{$ibo-font-size-50};
--ibo-font-size-100: #{$ibo-font-size-100};
--ibo-font-size-150: #{$ibo-font-size-150};
--ibo-font-size-200: #{$ibo-font-size-200};
--ibo-font-size-250: #{$ibo-font-size-250};
--ibo-font-size-300: #{$ibo-font-size-300};
--ibo-font-size-350: #{$ibo-font-size-350};
--ibo-font-size-400: #{$ibo-font-size-400};
--ibo-font-size-450: #{$ibo-font-size-450};
--ibo-font-size-500: #{$ibo-font-size-500};
--ibo-font-size-550: #{$ibo-font-size-550};
}