NxTIC/css/global/min.css.map

18 lines
34 KiB
Plaintext
Raw Normal View History

{
"version": 3,
"file": "min.css",
"sources": [
"../global.scss",
"../constants.scss",
"../panel-list.scss",
"../timeline-form.scss"
],
"sourcesContent": [
"@import 'constants';\n\n/* [1] Panel list (tokens, utilisateurs, etc)\n=========================================================*/\n@import 'panel-list';\n\n/* [2] Formulaire de type 'timeline'\n=========================================================*/\n@import 'timeline-form';\n",
2016-04-25 08:43:33 +00:00
"/* [1] COULEURS\n=========================================================*/\n/* (1) COULEURS DU THEME $DEFAULT */\n$theme-bg: #e8e8e8;\n$theme-bg-primary: #ffffff;\n$theme-fg: #515151;\n$theme-fg-primary: #399ced;\n\n/* (2) COULEURS DE THEME $DARK */\n$dark-bg: #313541;\n$dark-bg-primary: #29282e;\n$dark-fg: #939393;\n$dark-fg-primary: #ffffff;\n\n$header-dark: #333333;\n\n/* (3) Couleurs du theme pour la timeline */\n$timeline-color: #738394;\n$timeline-0: #399ced;\n$timeline-1: #e64e3e;\n$timeline-2: #10baa3;\n$timeline-3: #b14be7;\n$timeline-4: #053b5d;\n\n\n/* [2] DIMENSIONS\n=========================================================*/\n/* (1) Layout de base */\n$menu-side-width: 15em;\n$header-height: 4em;\n\n\n\n/* [3] Mixins\n=========================================================*/\n@mixin transform($value...) {\n transform: $value;\n\t-moz-transform: $value;\n\t-o-transform: $value;\n\t-ms-transform: $value;\n\t-webkit-transform: $value;\n}\n\n\n@mixin transition($value...) {\n -webkit-transition: $value;\n transition: $value;\n}\n\n/* [4] Functions\n=========================================================*/\n// Transforme une couleur hex en string sans le #\n@function color-str($color){\n @return str-slice(#{$color}, 2, str-length(#{$color}));\n}\n",
"@import 'constants';\n\n/* [1] Panneau d'ajout/suppression d'elements\n=========================================================*/\n#WRAPPER > #CONTAINER section[data-panel-list]{\n\tdisplay: block;\n\tposition: relative;\n\n\tborder-radius: 3px;\n\tborder: 1px solid #ccc;\n\n\tbackground-color: #fff;\n\n\tfont-size: .9em;\n\tcolor: #000;\n\n\n\t/* (1) Header (titre + ajout) */\n\t& > div[data-header]{\n\t\tdisplay: flex;\n\t\tposition: relative;\n\n\t\t// flex properties\n\t\tflex-direction: row;\n\t\tflex-wrap: nowrap;\n\t\tjustify-content: space-between;\n\t\talign-items: center;\n\n\t\tpadding: .5em .7em;\n\n\t\tborder-radius: 3px 3px 0 0;\n\t\tborder-bottom: 1px solid #ccc;\n\n\t\tbackground-color: #f5f5f5;\n\t\tbox-shadow: inset 0 0 5px #eee;\n\n\t\t// Libelle du panel\n\t\t& > span,\n\t\t& > button{\n\t\t\tcolor: #333;\n\t\t\tfont-weight: bold;\n\t\t\tline-height: 2em;\n\t\t}\n\n\t\t// Bouton ajouter\n\t\t& > button{\n\t\t\tpadding: .1em .7em;\n\n\t\t\tborder-radius: 3px;\n\t\t\tborder: 1px solid #777;\n\n\t\t\tbackground: #ecf0f1;\n\n\t\t\t@include transition( all .1s ease-in-out );\n\n\t\t\tcolor: #777;\n\n\t\t\t// Animation de @hover\n\t\t\t&:hover{\n\t\t\t\tbackground: $theme-fg-primary;\n\t\t\t\tborder-color: darken($theme-fg-primary, 10);\n\t\t\t\tcolor: #fff;\n\t\t\t}\n\t\t}\n\n\t}\n\n\n\t/* (2) Description (sous le header) */\n\t& > div[data-description]{\n\t\tdisplay: block;\n\t\tposition: relative;\n\n\t\tborder-bottom: 1px solid #ccc;\n\n\t\tpadding: .7em .7em;\n\n\t\tcolor: #555;\n\t}\n\n\n\n\t/* (3) Liste des elements */\n\t& > ul[data-list]{\n\t\tdisplay: flex;\n\t\tposition: relative;\n\n\t\t// flex properties\n\t\tflex-direction: column;\n\t\tjustify-content: flex-start;\n\t\tflex-wrap: nowrap;\n\n\t\tmargin: 0;\n\t\tpadding: 0;\n\n\t\tlist-style: none;\n\n\n\t\t/* (4) Chaque element de la liste */\n\t\t& > li[data-element]{\n\t\t\tdisplay: flex;\n\n\t\t\t// flex properties\n\t\t\tflex-direction: row;\n\t\t\tjustify-content: space-between;\n\t\t\talign-items: center;\n\t\t\tflex-wrap: nowrap;\n\n\t\t\tpadding: 1em;\n\n\t\t\t// rebord en bas sauf dernier\n\t\t\t&:not(:last-child){\n\t\t\t\tborder-bottom: 1px solid #ccc;\n\t\t\t}\n\n\t\t\t/* (4.1) Logo et type d'element */\n\t\t\t& > div:nth-child(1){\n\t\t\t\tdisplay: flex;\n\t\t\t\t\twidth: 10em;\n\t\t\t\t\theight: 6em;\n\n\t\t\t\t// flex properties\n\t\t\t\tflex-direction: column;\n\t\t\t\tjustify-content: flex-end;\n\t\t\t\talign-items: center;\n\n\t\t\t\t// Image pour token\n\t\t\t\t&[data-token]{\n\t\t\t\t\tbackground: url('/f/svg/token/st/container/666666') center 1em no-repeat;\n\t\t\t\t\t// Si le token est actif\n\t\t\t\t\t&.active{\n\t\t\t\t\t\tbackground-image: url('/f/svg/token/st/container/${color-str($theme-fg-primary)');\n\t\t\t\t\t}\n\t\t\t\t}\n\n\n\t\t\t\t// Image pour utilisateur\n\t\t\t\t&[data-user]{\n\t\t\t\t\tbackground: url('/f/svg/user/st/container/666666') center 1em no-repeat;\n\t\t\t\t\t// Si le token est actif\n\t\t\t\t\t&.active{\n\t\t\t\t\t\tbackground-image: url('/f/svg/user/st/container/${color-str($theme-fg-primary)');\n\t\t\t\t\t}\n\t\t\t\t}\n\n\n\t\t\t\t// Image pour utilisateur\n\t\t\t\t&[data-number]{\n\t\t\t\t\tbackground: url('/f/svg/phone_number/st/container/666666') center 1em no-repeat;\n\t\t\t\t\t// Si le token est actif\n\t\t\t\t\t&.active{\n\t\t\t\t\t\tbackground-image: url('/f/svg/phone_number/st/container/${color-str($theme-fg-primary)');\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tbackground-size: auto 50%;\n\n\n\n\t\t\t\t// Texte pour le type d'element\n\t\t\t\t& > span{\n\t\t\t\t\tdisplay: block;\n\n\t\t\t\t\tpadding: 0 .4em;\n\n\t\t\t\t\tborder-radius: 3px;\n\t\t\t\t\tborder: 1px solid #ddd;\n\n\t\t\t\t\tfont-size: .8em;\n\t\t\t\t\tcolor: #555;\n\t\t\t\t\ttext-transform: uppercase;\n\t\t\t\t\tfont-weight: bold;\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\t/* (4.2) Donnees descriptives */\n\t\t\t& > div:nth-child(n+2){\n\t\t\t\tdisplay: flex;\n\t\t\t\tposition: relative;\n\n\t\t\t\tflex: 10em;\n\n\t\t\t\tpadding: 1em;\n\n\t\t\t\t// flex properties\n\t\t\t\tflex-direction: column;\n\t\t\t\tjustify-content: flex-start;\n\
2016-04-25 08:54:10 +00:00
"@import 'constants';\n\n/* [1] Formulaire de type timeline\n=========================================================*/\n#WRAPPER > #CONTAINER section[data-timeline]{\n\tdisplay: block;\n\tposition: relative;\n\n\tbackground-color: #fff;\n\n\tfont-size: .9em;\n\tcolor: #000;\n\n\t/* (1) On ajoute le liseré à droite pour TOUS les éléments */\n\t& h5,\n\t& h4,\n\t& h3,\n\t& *.line{\n\t\tdisplay: block;\n\n\t\tcolor: #333;\n\n\t\tmargin: 0 40px;\n\t\tpadding: 5px 60px;\n\n border-left: 2px solid #d8e0e9;\n\n\t}\n\n\n\t/* (2) Titres de sections */\n\t& h3{\n\t\tdisplay: block;\n\t\tpadding: 20px 40px;\n\n\t\tfont-size: 1.4em;\n\t\tcolor: #000;\n\t\tfont-weight: bold;\n\n // background-color: $timeline-color;\n\n\t\t/* TODO: Transformer les background en ::before pour que ca soit juste un cercle avec bg et border*/\n\t\t/* FIXME: Corriger le liseré pour les autres navigateurs que FF*/\n\n\t\t/* Gestion du before (compteur css) //*/\n\t\t&[data-n]:before{\n content: attr(data-n);\n\n display: inline-block;\n position: absolute;\n margin-top: .6em;\n margin-left: -41px;\n padding: 3px 12px;\n\n border-radius: 50%;\n /* Contour blanc*/\n box-shadow: 0 0 0 3px #fff;\n\n background-color: $timeline-color;\n\n\t\t\tfont-size: 1.3em;\n\t\t\tcolor: #fff;\n\t\t\tfont-weight: bold;\n\n /* On centre sur la ligne*/\n @include transform( translateX(-50%) translateY(-50%) );\n\n\t\t}\n\t}\n\n\t/* (3) Titres des sous-sections */\n\t& h4{\n\t\tdisplay: block;\n\n\t\tpadding: 20px 40px;\n\n\t\tfont-size: 1.2em;\n\t\tcolor: darken($timeline-color, 20);\n\t\tfont-weight: bold;\n\n\t\t/* Gestion du before (compteur css) //*/\n\t\t&[data-icon]:before{\n\t\t\tcontent: attr(data-icon);\n\n display: inline-block;\n position: absolute;\n margin-top: .9em;\n margin-left: -41px;\n padding: 9px;\n\n border-radius: 50%;\n /* Contour blanc*/\n box-shadow: 0 0 0 2px #fff;\n\n background-color: $timeline-color;\n\n\t\t\tfont-size: .9em;\n\t\t\tfont-family: 'icomoon';\n\t\t\tcolor: #fff;\n\t\t\tfont-weight: bold;\n\n /* On centre sur la ligne*/\n @include transform( translateX(-50%) translateY(-50%) );\n\t\t}\n\t}\n\n\t/* (4) Titres genre text message */\n\t& h5{\n\t\tdisplay: block;\n\n\t\tpadding: 20px 40px;\n\n\t\tfont-size: 1.2em;\n\t\tcolor: darken($timeline-color, 20);\n\t\tfont-weight: bold;\n\n\t\t/* Gestion du before (compteur css) //*/\n\t\t&:before{\n\t\t\tcontent: '';\n\n display: inline-block;\n position: absolute;\n margin-top: .7em;\n margin-left: -41px;\n padding: 7px;\n\n border-radius: 50%;\n /* Contour blanc*/\n box-shadow: 0 0 0 2px #fff;\n\n background-color: $timeline-color;\n\n /* On centre sur la ligne*/\n @include transform( translateX(-50%) translateY(-50%) );\n\t\t}\n\n /* Texte genre text message*/\n &[data-text]:after{\n content: attr(data-text);\n padding: 6px 10px;\n\n border-radius: 3px;\n\n background: $timeline-color;\n\n color: #fff;\n font-weight: normal;\n }\n\t}\n\n\t/* (5) 'Tags' -> textes sur le liseré gauche */\n\t& [data-tag]{\n\t\tdisplay: block;\n\n\t\tpadding: 40px 60px;\n\n &:before{\n \t\tcontent: attr(data-tag);\n\n display: inline-block;\n position: absolute;\n margin-top: .5em;\n margin-left: -41px;\n padding: 2px;\n\n background-color: #fff;\n\n font-size: 1.2em;\n color: $timeline-color;\n font-weight: bold;\n\n /* On centre sur la ligne*/\n @include transform( translateX(-50%) translateY(-50%) );\n }\n\t}\n\n /* (6) Input d'upload de fichier (css hack) */\n & input[type='file']{\n p
],
2016-04-25 08:54:10 +00:00
"mappings": "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
"names": []
}