mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°2847 - Improve SCSS files structure
- Refactor some mixins into helpers
- CSS3 variables set via SCSS variables are now using "interpolation" (#{$my-var} instead of just $my-var) to be compatible with more SCSS compiler
- Overloading some Bulma variables such as font-family
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
*/
|
||||
|
||||
/* Base size: html font-size 12px */
|
||||
$ibo-font-size-50: 0.83rem !default;
|
||||
$ibo-font-size-100: 1rem !default;
|
||||
$ibo-font-size-150: 1.17rem !default;
|
||||
$ibo-font-size-200: 1.33rem !default;
|
||||
$ibo-font-size-250: 1.5rem !default;
|
||||
$ibo-font-size-300: 1.67rem !default;
|
||||
$ibo-font-size-350: 1.83rem !default;
|
||||
$ibo-font-size-400: 2rem !default;
|
||||
$ibo-font-size-450: 2.5rem !default;
|
||||
$ibo-font-size-500: 3rem !default;
|
||||
$ibo-font-size-550: 4rem !default;
|
||||
$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 */
|
||||
|
||||
Reference in New Issue
Block a user