Commit 11566ebf authored by qlobbe's avatar qlobbe

add the libs

parent 8a2b7eda
This diff is collapsed.
/* memiescape v2.0
contact : quentin.lobbe@iscpif.fr */
/* fonts */
@font-face {
font-family: 'Inter-Regular';
font-style: normal;
font-weight: 400;
src: url("./fonts/Inter-Regular.woff2") format("woff2"),
url("./fonts/Inter-Regular.woff") format("woff");
}
@font-face {
font-family: 'Inter-Bold';
font-style: normal;
font-weight: 700;
src: url("./fonts/Inter-Bold.woff2") format("woff2"),
url("./fonts/Inter-Bold.woff") format("woff");
}
/* grid */
body {
font-family: "Inter-Regular";
font-size: 16px;
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 95% auto;
grid-gap: 10px;
height: calc(100vh - 20px);
color: #0d1824;
}
/* -------------------- */
.phylo-documentation {
grid-row: 1;
grid-column: 3 / 10;
text-align: left;
}
/* -------------------- */
.phylo-footer {
grid-row: 2;
grid-column: 3 / 10;
text-align: left;
}
/* classes */
/* ---------- fonts ---------- */
.font-bold {
font-family: "Inter-Bold";
text-transform: uppercase;
}
.font-small {
color: #0d1824;
font-size: 12px;
}
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/**
* ReactDOM v0.14.3
*
* Copyright 2013-2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e(require("react"));else if("function"==typeof define&&define.amd)define(["react"],e);else{var f;f="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,f.ReactDOM=e(f.React)}}(function(e){return e.__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED});
\ No newline at end of file
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment