mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
39 lines
1020 B
SCSS
39 lines
1020 B
SCSS
$sombre: RGB(93,111,179);
|
|
$clair: RGB(213, 215, 237);
|
|
$black:black;
|
|
$white:white;
|
|
$green:green;
|
|
$red:darkRed;
|
|
$grey:#f5f5f5;
|
|
$dice:URL(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Knight/img/whiteDice.png);
|
|
|
|
@import "./files/_library";
|
|
|
|
div.charsheet > div.content {
|
|
display:flex;
|
|
flex-wrap: wrap;
|
|
min-width:852px;
|
|
justify-content: space-between;
|
|
font-family:"Segoe UI", Arial;
|
|
|
|
@import "./files/base";
|
|
|
|
@import "./files/top";
|
|
@import "./files/popup";
|
|
|
|
@import "./files/tabs/dossier";
|
|
@import "./files/tabs/armure";
|
|
@import "./files/tabs/combat";
|
|
@import "./files/tabs/modules";
|
|
@import "./files/tabs/overdrive";
|
|
@import "./files/tabs/IA";
|
|
@import "./files/tabs/IAIncarnee";
|
|
@import "./files/tabs/historique";
|
|
@import "./files/tabs/art";
|
|
@import "./files/tabs/heroisme";
|
|
@import "./files/tabs/vehicule";
|
|
@import "./files/tabs/mechaArmure";
|
|
@import "./files/tabs/equipage";
|
|
}
|
|
|
|
@import "files/templates"; |